mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
ZPOPMIN & ZPOPMAX prefix tests
This commit is contained in:
@@ -1008,6 +1008,14 @@ class KeyPrefixProcessorTest extends PredisTestCase
|
||||
['key', 'MAXLEN', 100],
|
||||
['prefix:key', 'MAXLEN', 100],
|
||||
],
|
||||
['ZPOPMIN',
|
||||
['key'],
|
||||
['prefix:key'],
|
||||
],
|
||||
['ZPOPMAX',
|
||||
['key'],
|
||||
['prefix:key'],
|
||||
],
|
||||
/* ---------------- Redis 6.2 ---------------- */
|
||||
['GETDEL',
|
||||
['key'],
|
||||
|
||||
Reference in New Issue
Block a user