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
The major difficulty will be extracting keys from the commands, because the QueryExecutor currently only gets an array of arguments, but doesn't know which ones are keys and which aren't. Knowning the keys is, however, important to use a client side routing table. Without a client side routing table, most queries will have to be redirected by the first server being queried, which is inefficient.
Need to add redis cluster support to the client library.
Redis Cluster Specification - https://redis.io/topics/cluster-spec
The text was updated successfully, but these errors were encountered: