Skip to content

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

License

Notifications You must be signed in to change notification settings

tal-tech/xredis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xredis

简介


基础功能

xredis是基于go-redis 的组件

新特性

在go-redis的基础上我们加入了一些新的特性

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

文档

[开发文档]