DriverX/aioredis-cluster

Read-only mode

raphaelauv opened this issue · 2 comments

Hi thank for your work !

I have a cluster with replicas, is there a way to favor read from replicas (follower node) since I could have a read-only cluster client for my app.

@raphaelauv any luck ??... trying to achieve same . so if u have any update it will be help for me..

redis-py is now async cluster compliant you should probably use this lib and check this issue -> redis/redis-py#1878