Command Group | Command | New Description |
List group | LMPOP numkeys key [key ...] <LEFT | RIGHT> [COUNT count] | A new command. Pops COUNT elements from the list, with the direction controlled by LEFT | RIGHT. Supports multi-key commands. |
| BLMPOP timeout numkeys key [key ...] <LEFT | RIGHT> [COUNT count] | A new command. Blocking version of lmpop, with the blocking duration set by timeout. When blmpop is used within multi exec, it behaves the same as lmpop. This specification is defined by Redis, and the proxy does not apply any special handling. |
Command | 2.8 Memory Edition (Standard Architecture) | 4.0 Memory Edition (Standard Architecture) | 4.0 Memory Edition (Cluster Architecture) | 5.0 Memory Edition (Standard Architecture) | 5.0 Memory Edition (Cluster Architecture) | 6.2 Memory Edition (Standard Architecture) | 6.2 Memory Edition (Cluster Architecture) | 7.0 Memory Edition (Standard Architecture) | 7.0 Memory Edition (Cluster Architecture) | Memory Edition (Cluster Architecture) Cross-Slot Support |
lindex | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
linsert | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
llen | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
lpop | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
lpush | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
lpushx | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
lrange | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
lrem | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
lset | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
ltrim | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
rpop | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
rpoplpush | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x |
rpush | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
rpushx | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
blpop | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x |
brpop | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x |
brpoplpush | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x |
blmove | x | x | x | x | x | ✓ | ✓ | ✓ | ✓ | - |
lpos | x | x | x | x | x | ✓ | ✓ | ✓ | ✓ | - |
lmove | x | x | x | x | x | ✓ | ✓ | ✓ | ✓ | - |
lmpop | x | x | x | x | x | x | x | ✓ | ✓ | - |
blmpop | x | x | x | x | x | x | x | ✓ | ✓ | - |
Was this page helpful?