fat39 / redigo

The redis client in golang , support cluster and sentinel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

提供 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

About

The redis client in golang , support cluster and sentinel

License:MIT License


Languages

Language:Go 100.0%