Feature
- Allow explicitly specifying (through
coredis.commands.CommandRequest.route)
the cluster node per command for methods that can't automatically be routed to one or many nodes. - Enable
SCANin cluster when used with explicitcoredis.commands.CommandRequest.route
to perform the scan on a single node in the cluster - Use replicas in cluster pipelines when all commands are readonly
Bug Fix
- Fix performance regression in cluster pubsub due to a new
capacity limiter being used for each connection instead of
being shared by the pool. - Catch authorization errors on connection establishment when setting
CLIENT SETINFOand allow it to be usable