redis-cluster-client topic

List redis-cluster-client repositories

coredis

69
Stars
10
Forks
Watchers

coredis is an async redis client for python with support for redis cluster & sentinel.

redis-py-cluster

1.1k
Stars
317
Forks
Watchers

Python cluster client for the official redis cluster. Redis 3.0+.

redis-plus-plus

1.5k
Stars
345
Forks
Watchers

Redis client written in C++

FreeRedis

890
Stars
159
Forks
Watchers

🦄 FreeRedis is .NET40+ redis client. supports cluster, sentinel, master-slave, pub-sub, lua, pipeline, transaction, streams, client-side-caching, and pooling.

rueidis

2.2k
Stars
143
Forks
Watchers

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.

redis-game-transaction

154
Stars
101
Forks
Watchers

在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情...

redisc

228
Stars
35
Forks
Watchers

A Go redis cluster client built on top of redigo.

justredis

40
Stars
3
Forks
Watchers

A Redis client for Python

aioredis-cluster

24
Stars
7
Forks
Watchers

Redis Cluster support extension for aioredis