Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tal-tech/xredis
- Owner: tal-tech
- License: apache-2.0
- Created: 2020-07-27T04:05:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T13:18:10.000Z (over 4 years ago)
- Last Synced: 2024-09-28T00:22:06.719Z (4 months ago)
- Topics: go, go-redis, redigo, redis, redis-client, redis-cluster-client
- Language: Go
- Homepage: https://www.yuque.com/tal-tech/xredis
- Size: 23.4 KB
- Stars: 9
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)