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
- Host: GitHub
- URL: https://github.com/letsfire/redigo
- Owner: letsfire
- License: mit
- Created: 2019-01-04T15:41:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T04:13:55.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T19:29:43.693Z (almost 2 years ago)
- Topics: client, cluster, go-redis, redigo, redis, redis-client, redis-cluster, redis-sentinel, sentinel
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 38
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```