mirror of
https://github.com/predis/predis.git
synced 2026-09-15 12:57:10 +00:00
[tests] Add missing test for key prefix in HSTRLEN.
This commit is contained in:
@@ -868,6 +868,11 @@ class KeyPrefixProcessorTest extends PredisTestCase
|
||||
array('key1', 'key2', 'key3'),
|
||||
array('prefix:key1', 'prefix:key2', 'prefix:key3'),
|
||||
),
|
||||
/* ---------------- Redis 3.2 ---------------- */
|
||||
array('HSTRLEN',
|
||||
array('key', 'field'),
|
||||
array('prefix:key', 'field'),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user