mirror of
https://github.com/predis/predis.git
synced 2026-08-28 03:02:04 +00:00
Add missing stream key prefixes (#1230)
* Added missing stream key prefixes * Tested stream command key prefixing
This commit is contained in:
@@ -181,9 +181,11 @@ class KeyPrefixProcessor implements ProcessorInterface
|
||||
/* ---------------- Redis 5.0 ---------------- */
|
||||
'XADD' => $prefixFirst,
|
||||
'XRANGE' => $prefixFirst,
|
||||
'XREVRANGE' => $prefixFirst,
|
||||
'XDEL' => $prefixFirst,
|
||||
'XLEN' => $prefixFirst,
|
||||
'XACK' => $prefixFirst,
|
||||
'XTRIM' => $prefixFirst,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user