Add missing stream key prefixes (#1230)

* Added missing stream key prefixes

* Tested stream command key prefixing
This commit is contained in:
Jess Archer
2023-03-30 00:03:45 +10:00
committed by GitHub
parent 0e019cc08d
commit 98d4f80263
2 changed files with 31 additions and 0 deletions
@@ -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,
];
}