Scripting commands compatibility
The following table shows which open source Redis scripting and function commands are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
Function commands
Command | Redis Enterprise | Redis Cloud | Notes |
---|---|---|---|
FCALL | ✅ Standard | ✅ Standard | |
FCALL_RO | ✅ Standard | ✅ Standard | |
FUNCTION DELETE | ✅ Standard | ✅ Standard | |
FUNCTION DUMP | ✅ Standard | ✅ Standard | |
FUNCTION FLUSH | ✅ Standard | ✅ Standard | |
FUNCTION HELP | ✅ Standard | ✅ Standard | |
FUNCTION KILL | ✅ Standard | ✅ Standard | |
FUNCTION LIST | ✅ Standard | ✅ Standard | |
FUNCTION LOAD | ✅ Standard | ✅ Standard | |
FUNCTION RESTORE | ✅ Standard | ✅ Standard | |
FUNCTION STATS | ✅ Standard | ✅ Standard |
Scripting commands
Command | Redis Enterprise | Redis Cloud | Notes |
---|---|---|---|
EVAL | ✅ Standard | ✅ Standard | |
EVAL_RO | ✅ Standard | ✅ Standard | |
EVALSHA | ✅ Standard | ✅ Standard | |
EVALSHA_RO | ✅ Standard | ✅ Standard | |
SCRIPT DEBUG | ❌ Standard | ❌ Standard | |
SCRIPT EXISTS | ✅ Standard | ✅ Standard | |
SCRIPT FLUSH | ✅ Standard | ✅ Standard | |
SCRIPT KILL | ✅ Standard | ✅ Standard | |
SCRIPT LOAD | ✅ Standard | ✅ Standard |