Skip to content

Commit fe676b7

Browse files
Vladyslav VildanovVladyslav Vildanov
Vladyslav Vildanov
authored and
Vladyslav Vildanov
committed
Added stream commands to KeyPrefixProcessor
1 parent db65e5e commit fe676b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Command/Processor/KeyPrefixProcessor.php

+6
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ public function __construct($prefix)
178178
'GEODIST' => $prefixFirst,
179179
'GEORADIUS' => $prefixGeoradius,
180180
'GEORADIUSBYMEMBER' => $prefixGeoradius,
181+
/* ---------------- Redis 5.0 ---------------- */
182+
'XADD' => $prefixFirst,
183+
'XRANGE' => $prefixFirst,
184+
'XDEL' => $prefixFirst,
185+
'XLEN' => $prefixFirst,
186+
'XACK' => $prefixFirst,
181187
];
182188
}
183189

0 commit comments

Comments
 (0)