mirror of
https://github.com/predis/predis.git
synced 2026-08-24 16:19:30 +00:00
1ac9cc9c71
We extract the keys from commands using the second argument of EVAL / EVALSHA which specifies the number of arguments that must be treated as keys (used to populate the KEYS table in the Lua script) and then we check if there is only one key since redis-cluster right now does not support multi-keys requests. Our scripted command abstraction is also supported.