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

https://github.com/letsfire/redigo

The redis client in golang , support cluster and sentinel
https://github.com/letsfire/redigo

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

Last synced: 3 months ago
JSON representation

The redis client in golang , support cluster and sentinel

Awesome Lists containing this project

README

          

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

| Mode部署模式 | 代码完成度 | 测试完成度 | 依赖包 |
| :--------------------------- | :--------: | :--------: | :------------------------------------------------------ |
| alone 单机模式 | 100% | 100% | [gomodule/redigo](https://github.com/gomodule/redigo) |
| sentinel 哨兵模式 | 100% | 100% | [FZambia/sentinel](https://github.com/FZambia/sentinel) |
| cluster 集群模式 | 100% | 100% | [mna/redisc](https://github.com/mna/redisc) |

```text
go get -u github.com/letsfire/redigo/v2
```