aioredis-cluster icon indicating copy to clipboard operation
aioredis-cluster copied to clipboard

Redis Cluster support extension for aioredis

Results 2 aioredis-cluster issues
Sort by recently updated
recently updated
newest added

Hi @DriverX , I was testing the sharded **ssubscribe** and **subscribe** function and noticed that PubSubs in your library are limited to a single channel, getting error: - _ValueError: Only...

**Expected Behavior:** As per Redis documentation, Every node of a Redis cluster generates events about its own subset of the keyspace, However, unlike regular Pub/Sub communication in a cluster, events'...