redis-rb-cluster icon indicating copy to clipboard operation
redis-rb-cluster copied to clipboard

fix get_key_from_command for "object" command

Open tinglei8 opened this issue 7 years ago • 0 comments

Got "Too many Cluster redirections?" forever when using redis.object('idletime', key) on cluster, so I fixed the key in cluster.rb according to https://redis.io/commands/object

tinglei8 avatar Jan 30 '18 10:01 tinglei8