mirror of
https://github.com/predis/predis.git
synced 2026-08-23 22:19:42 +00:00
Fix prefix processor to handle variadic EXISTS (Redis >= 3.0.3).
This commit is contained in:
@@ -34,7 +34,7 @@ class KeyPrefixProcessor implements ProcessorInterface
|
||||
$this->prefix = $prefix;
|
||||
$this->commands = array(
|
||||
/* ---------------- Redis 1.2 ---------------- */
|
||||
'EXISTS' => 'self::first',
|
||||
'EXISTS' => 'self::all',
|
||||
'DEL' => 'self::all',
|
||||
'TYPE' => 'self::first',
|
||||
'KEYS' => 'self::first',
|
||||
|
||||
Reference in New Issue
Block a user