# redissyncer **Repository Path**: kbsonlong/redissyncer ## Basic Information - **Project Name**: redissyncer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-17 - **Last Updated**: 2022-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RedisSyncer ## docker-compse部署 * 启动服务 ```shell git clone https://github.com/TraceNature/redissyncer.git cd redissyncer docker-compose up -d ``` * 登录控制台 * 浏览器访问 http://yourip * 默认用户名: admin * 默认密码: 123456 * 登录性能监控控制台 * 浏览器访问 http:yourip:8088 * 默认用户名: admin * 默认密码: admin * 使用redissyncer-cli 访问服务 详见[redissyncer-cli quickstart](https://github.com/TraceNature/redissyncer-cli/blob/master/docs/quickstart.md)