mirror of
https://github.com/predis/predis.git
synced 2026-09-01 05:03:28 +00:00
Missing updates for BITPOS command
Added BITPOS command to test profiles.
This commit is contained in:
@@ -186,6 +186,7 @@ class RedisUnstableTest extends PredisProfileTestCase
|
||||
145 => 'PFCOUNT',
|
||||
146 => 'PFMERGE',
|
||||
147 => 'COMMAND',
|
||||
148 => 'BITPOS',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -186,6 +186,7 @@ class RedisVersion280Test extends PredisProfileTestCase
|
||||
145 => 'PFCOUNT',
|
||||
146 => 'PFMERGE',
|
||||
147 => 'COMMAND',
|
||||
148 => 'BITPOS',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -186,6 +186,7 @@ class RedisVersion300Test extends PredisProfileTestCase
|
||||
145 => 'PFCOUNT',
|
||||
146 => 'PFMERGE',
|
||||
147 => 'COMMAND',
|
||||
148 => 'BITPOS',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user