Connection management commands compatibility
Connection management commands compatibility.
The following tables show which Redis Community Edition connection management commands are compatible with standard and Active-Active databases in Redis Enterprise Software and Redis Cloud.
| Command | Redis Enterprise |
Redis Cloud |
Notes |
|---|---|---|---|
| AUTH | ✅ Standard |
✅ Standard |
|
| CLIENT CACHING | ❌ Standard |
❌ Standard |
|
| CLIENT GETNAME | ✅ Standard |
✅ Standard |
|
| CLIENT GETREDIR | ❌ Standard |
❌ Standard |
|
| CLIENT ID | ✅ Standard |
✅ Standard |
Because Redis Enterprise clustering allows multiple active proxies, CLIENT ID cannot guarantee incremental IDs between clients that connect to different nodes under multi proxy policies. |
| CLIENT INFO | ✅ Standard |
✅ Standard |
|
| CLIENT KILL | ✅ Standard |
✅ Standard |
|
| CLIENT LIST | ✅ Standard |
✅ Standard |
|
| CLIENT NO-EVICT | ❌ Standard |
❌ Standard |
|
| CLIENT |
✅ Standard |
✅ Standard |
|
| CLIENT PAUSE | ❌ Standard |
❌ Standard |
|
| CLIENT REPLY | ❌ Standard |
❌ Standard |
|
| CLIENT SETINFO | ✅ Standard |
✅ Standard |
|
| CLIENT SETNAME | ✅ Standard |
✅ Standard |
|
| CLIENT TRACKING | ❌ Standard |
❌ Standard |
|
| CLIENT TRACKINGINFO | ❌ Standard |
❌ Standard |
|
| CLIENT UNBLOCK | ✅ Standard |
✅ Standard |
|
| CLIENT UNPAUSE | ❌ Standard |
❌ Standard |
|
| ECHO | ✅ Standard |
✅ Standard |
|
| HELLO | ✅ Standard |
✅ Standard |
|
| PING | ✅ Standard |
✅ Standard |
|
| QUIT | ✅ Standard |
✅ Standard |
Deprecated as of Redis v7.2.0. |
| RESET | ❌ Standard |
❌ Standard |
|
| SELECT | ❌ Standard |
❌ Standard |
Redis Enterprise does not support shared databases due to potential negative performance impacts and blocks any related commands. |