# redis-client **Repository Path**: AUB/redis-client ## Basic Information - **Project Name**: redis-client - **Description**: 基于Jedis,支持单链接、连接池、主从分离、客户端分片、集群模式 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-12-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## redis客户端工具 基于Jedis,支持单链接、连接池、客户端分片、集群模式 ## 变更日志 * 0.0.1-SNAPSHOT 1. 单链接 2. 连接池 3. 集群模式 4. 客户端分片 ## 开发中功能 1. 客户端构建器