List of all unsupported commands in redis cluster -
i can't find complete list of commands may unsupported redis cluster (as example eval technically can execute if keys point same slot). think it's nice have list, helps migrate codebase redis redis-cluster.
all commands supported afair, except select
.
multi-key commands, transactions , lua scripts special because if use them have make sure keys referenced mapped same slot (with hashtags example). eval
, btw, requires keys input precisely because of consideration - if you're programmatically generating key names you're using wrong :)
Comments
Post a Comment