You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use redisClusterCommandArgv to get data from redis cluster.
Both "set, get, del" work well, but failed for "keys" like "keys xxxxxxxx:*".
Is "keys" command unsupported?
The text was updated successfully, but these errors were encountered:
Hi! Hiredis-cluster doesn't know which node to send KEYS. Maybe you expect it should send it to all nodes and then aggregate the result? It's not implemented. It's the same issue as #50 for other commands.
Hi! Hiredis-cluster doesn't know which node to send KEYS. Maybe you expect it should send it to all nodes and then aggregate the result? It's not implemented. It's the same issue as #50 for other commands.
I was trying to use redisClusterCommandArgv to get data from redis cluster.
Both "set, get, del" work well, but failed for "keys" like "keys xxxxxxxx:*".
Is "keys" command unsupported?
The text was updated successfully, but these errors were encountered: