mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
New commands: BITOP, BITCOUNT (Redis v2.6-dev).
This commit is contained in:
@@ -164,11 +164,13 @@ class ServerVersionNextTest extends ServerVersionTestCase
|
||||
123 => 'pexpireat',
|
||||
124 => 'psetex',
|
||||
125 => 'incrbyfloat',
|
||||
126 => 'hincrbyfloat',
|
||||
127 => 'eval',
|
||||
128 => 'evalsha',
|
||||
129 => 'script',
|
||||
130 => 'time',
|
||||
126 => 'bitop',
|
||||
127 => 'bitcount',
|
||||
128 => 'hincrbyfloat',
|
||||
129 => 'eval',
|
||||
130 => 'evalsha',
|
||||
131 => 'script',
|
||||
132 => 'time',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user