Missing updates for BITPOS command

Added BITPOS command to test profiles.
This commit is contained in:
nicchap
2014-12-20 00:13:41 -05:00
parent a1977c1b61
commit 3eb053a08c
3 changed files with 3 additions and 0 deletions
@@ -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',
);
}
}