mirror of
https://github.com/predis/predis.git
synced 2026-08-22 11:10:59 +00:00
Fix prefix processor to handle variadic EXISTS (Redis >= 3.0.3).
This commit is contained in:
@@ -864,6 +864,10 @@ class KeyPrefixProcessorTest extends PredisTestCase
|
||||
array('127.0.0.1', '6379', 'key', '0', '10', 'COPY', 'REPLACE'),
|
||||
array('127.0.0.1', '6379', 'prefix:key', '0', '10', 'COPY', 'REPLACE'),
|
||||
),
|
||||
array('EXISTS',
|
||||
array('key1', 'key2', 'key3'),
|
||||
array('prefix:key1', 'prefix:key2', 'prefix:key3'),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user