# emqx_plugin_wm_status **Repository Path**: i3cloud/emqx_plugin_wm_status ## Basic Information - **Project Name**: emqx_plugin_wm_status - **Description**: emqx redis 上下线 - **Primary Language**: Erlang - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README emqx_plugin_wm_status ==================== ## emqx 插件 ClinetID 上下线 同步到Redis ## 编译发布插件 ### 1.clone 项目: ``` git clone https://gitee.com/i3cloud/emqx_plugin_wm_status.git ``` ## 2.make编译: ## 3.relx.config 中 release 段落添加: ``` {emqx_plugin_wm_status, load} ```