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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -