Key commands compatibility
The following table shows which open source Redis key (generic) commands are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Enterprise Cloud.
Command | Redis Enterprise |
Redis Cloud |
Notes |
---|---|---|---|
COPY | ✅ Standard |
✅ Standard |
*Not supported for stream consumer group info. |
DEL | ✅ Standard |
✅ Standard |
|
DUMP | ✅ Standard |
✅ Standard |
|
EXISTS | ✅ Standard |
✅ Standard |
|
EXPIRE | ✅ Standard |
✅ Standard |
|
EXPIREAT | ✅ Standard |
✅ Standard |
|
KEYS | ✅ Standard |
✅ Standard |
|
MIGRATE | ❌ Standard |
❌ Standard |
|
MOVE | ❌ Standard |
❌ Standard |
Redis Enterprise does not support shared databases due to potential negative performance impacts and blocks any related commands. |
OBJECT ENCODING | ✅ Standard |
✅ Standard |
|
OBJECT FREQ | ✅ Standard |
✅ Standard |
|
OBJECT IDLETIME | ✅ Standard |
✅ Standard |
|
OBJECT REFCOUNT | ✅ Standard |
✅ Standard |
|
PERSIST | ✅ Standard |
✅ Standard |
|
PEXPIRE | ✅ Standard |
✅ Standard |
|
PEXPIREAT | ✅ Standard |
✅ Standard |
|
PTTL | ✅ Standard |
✅ Standard |
|
RANDOMKEY | ✅ Standard |
✅ Standard |
|
RENAME | ✅ Standard |
✅ Standard |
*Not supported for stream consumer group info. |
RENAMENX | ✅ Standard |
✅ Standard |
|
RESTORE | ✅ Standard |
✅ Standard |
*Only supported for module keys. |
SCAN | ✅ Standard |
✅ Standard |
|
SORT | ✅ Standard |
✅ Standard |
|
TOUCH | ✅ Standard |
✅ Standard |
|
TTL | ✅ Standard |
✅ Standard |
|
TYPE | ✅ Standard |
✅ Standard |
|
UNLINK | ✅ Standard |
✅ Standard |
|
WAIT | ✅ Standard* |
❌ Standard |
*Blocked by default, but you can change the CCS flag to enable it. |