# redis **Repository Path**: heaven022/redis ## Basic Information - **Project Name**: redis - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 第五阶段 模块一:高性能分布式缓存Redis及分布式 Redis 解决方案Codis(Twemproxy替代方案)--- 作业 ## 作业部署手册 1. RedisCluster的安装、部署、扩容和.pdf 2. 启动:com.lagou.RedisApplication ,占用18088端口 3. 设置key接口:http://localhost:18088/set?key=test1&value=223 4. 获取key接口:http://localhost:18088/get?key=test1