Yes we are. Not only are we are the home of Redis, but most of the core engineers on Redis Community Edition also work here. We contribute extensively to the Redis Community Edition project. As a rule, we adhere to the Redis Community Edition’s specifications and make every effort to update our service with its latest versions.
That said, the following Redis features are not applicable in the context of our service:
- Shared databases aren’t supported in our service given their potential negative impact on performance. We recommend using dedicated databases instead (read this post for more information). Therefore, the following commands are blocked and show an error when used:
- Data persistence and backups are managed from the service’s web interface, so the following commands are blocked:
- Since replication is managed automatically by the service and since it could present a security risk, the following commands are blocked:
- Redis Enterprise clustering technology is different than the Redis Community Edition Cluster and supports clustering in a seamless manner that works with all standard Redis clients. As a result, all Cluster related commands are blocked and show an error when used.
- Redis Enterprise clustering technology allows multiple active proxies. As a result, the CLIENT ID command cannot guarantee incremental IDs between clients who connect to different nodes under multi proxy policies.
- Commands that aren’t relevant for a hosted Redis service are blocked:
- CONFIG RESETSTAT
- DEBUG OBJECT/SEGFAULT
- OBJECT
- SHUTDOWN
- CLIENT PAUSE
- COMMAND INFO
- COMMAND COUNT
- COMMAND GETKEYS
- LATENCY LATEST
- LATENCY HISTORY
- LATENCY RESET
- LATENCY GRAPH
- LATENCY DOCTOR
- [MEMORY STATS](/docs/latest/commands/memory-stats/
- [MEMORY DOCTOR](/docs/latest/commands/memory-doctor/
- [MEMORY MALLOC-STATS](/docs/latest/commands/memory-malloc-stats/
- [MEMORY PURGE](/docs/latest/commands/memory-purge/
- [MODULE LOAD](/docs/latest/commands/module-load/
- [MODULE UNLOAD](/docs/latest/commands/module-unload/
- [MODULE LIST](/docs/latest/commands/module-list/
- Additionally, only a subset of Redis’ configuration settings (via CONFIG GET/SET) is applicable to Redis Cloud. Attempts to get or set a configuration parameter that isn’t included in the following list show an error when used:
- hash-max-ziplist-entries
- hash-max-ziplist-value
- list-max-ziplist-entries
- list-max-ziplist-value
- notify-keyspace-events
- set-max-intset-entries
- slowlog-log-slower-than (value must be larger than 1000)
- slowlog-max-len (value must be between 128 and 1024)
- zset-max-ziplist-entries
- zset-max-ziplist-value
- Lastly, unlike Redis’ 512MB limit, the maximum size of key names in our service is 64KB (key values, however, can have sizes up to 512MB).