# wjedis **Repository Path**: athletic/wjedis ## Basic Information - **Project Name**: wjedis - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wjedis #### 介绍 1. 单例模式访问JedisCluster对象; 2. 提供元数据查询; 3. 封装了Scan; 4. 封装了Pipeline,可以处理Acked迁移; 5. 包装了跨节点操作(delAllNodesByPattern、mgetAllNodes、msetAllNodes、flushAllNodes、keysAllNodes、hgetAll); 6. 包装了客户端锁,提供了过期和只删除由自己创建的锁的功能; #### 使用说明 1. JedisClusterExecutor.getInstance()创建包装器的单例对象; 2. getMetadata()获得元数据对象;