Skip to content

The redis client in golang , support cluster and sentinel

License

Notifications You must be signed in to change notification settings

letsfire/redigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

提供 alone sentinel cluster 通用API,更换部署模式对业务透明

Mode部署模式 代码完成度 测试完成度 依赖包
alone 单机模式 100% 100% gomodule/redigo
sentinel 哨兵模式 100% 100% FZambia/sentinel
cluster 集群模式 100% 100% mna/redisc
go get -u github.com/letsfire/redigo/v2