Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tal-tech/xredis

XRedis is a high-performance redis library, support general and sharding, make redis management very convenient
https://github.com/tal-tech/xredis

go go-redis redigo redis redis-client redis-cluster-client

Last synced: 3 months ago
JSON representation

XRedis is a high-performance redis library, support general and sharding, make redis management very convenient

Awesome Lists containing this project

README

        

# xredis
### 简介
----
#### 基础功能
xredis是基于[go-redis](https://github.com/go-redis/redis) 的组件
#### 新特性
在go-redis的基础上我们加入了一些新的特性

* 统一配置入口, 只需在conf/下的ini文件中增加section
* 业务开发时,考虑到大家可能会经常用到多实例部署的情况,我们提供了几种常用的分片方案,当然如果默认的分片机制不符合大家的场景时,也可以通过自定义分片插件的方式
来实现个性化的需求
* 命令执行错误时会自动上报,便于相关监控关联起来
* 增加基于协程池的命令异步执行方案

### 文档
[[开发文档]](https://www.yuque.com/tal-tech/xredis)