scripting-and-functions
Compatibility matrix for scripting-and-functions operations. Keyscope client ensures seamless integration across multiple providers.
| Keyscope Engine | Redis | Valkey | Google Memorystore |
|---|---|---|---|
eval | EVAL | EVAL | yes |
evalSha | EVALSHA | EVALSHA | yes |
evalShaRo | EVALSHA_RO | EVALSHA_RO | yes |
evalRo | EVAL_RO | EVAL_RO | yes |
fCall | FCALL | FCALL | yes |
fCallRo | FCALL_RO | FCALL_RO | yes |
function | FUNCTION | FUNCTION | |
functionDelete | FUNCTION DELETE | FUNCTION DELETE | yes |
functionDump | FUNCTION DUMP | FUNCTION DUMP | yes |
functionFlush | FUNCTION FLUSH | FUNCTION FLUSH | yes |
functionHelp | FUNCTION HELP | FUNCTION HELP | yes |
functionKill | FUNCTION KILL | FUNCTION KILL | yes |
functionList | FUNCTION LIST | FUNCTION LIST | yes |
functionLoad | FUNCTION LOAD | FUNCTION LOAD | yes |
functionRestore | FUNCTION RESTORE | FUNCTION RESTORE | yes |
functionStats | FUNCTION STATS | FUNCTION STATS | yes |
script | SCRIPT | SCRIPT | |
scriptDebug | SCRIPT DEBUG | SCRIPT DEBUG | yes |
scriptExists | SCRIPT EXISTS | SCRIPT EXISTS | yes |
scriptFlush | SCRIPT FLUSH | SCRIPT FLUSH | yes |
scriptHelp | SCRIPT HELP | SCRIPT HELP | yes |
scriptKill | SCRIPT KILL | SCRIPT KILL | yes |
scriptLoad | SCRIPT LOAD | SCRIPT LOAD | yes |
scriptShow | SCRIPT SHOW | SCRIPT SHOW |