github alisaifee/coredis 6.3.0

5 hours ago

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 SCAN in cluster when used with explicit coredis.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 SETINFO and allow it to be usable

Don't miss a new coredis release

NewReleases is sending notifications on new releases.