Explorar o código

Missing updates for BITPOS command

Added BITPOS command to test profiles.
nicchap %!s(int64=10) %!d(string=hai) anos
pai
achega
3eb053a08c

+ 1 - 0
tests/Predis/Profile/RedisUnstableTest.php

@@ -186,6 +186,7 @@ class RedisUnstableTest extends PredisProfileTestCase
             145 => 'PFCOUNT',
             146 => 'PFMERGE',
             147 => 'COMMAND',
+            148 => 'BITPOS',
         );
     }
 }

+ 1 - 0
tests/Predis/Profile/RedisVersion280Test.php

@@ -186,6 +186,7 @@ class RedisVersion280Test extends PredisProfileTestCase
             145 => 'PFCOUNT',
             146 => 'PFMERGE',
             147 => 'COMMAND',
+            148 => 'BITPOS',
         );
     }
 }

+ 1 - 0
tests/Predis/Profile/RedisVersion300Test.php

@@ -186,6 +186,7 @@ class RedisVersion300Test extends PredisProfileTestCase
             145 => 'PFCOUNT',
             146 => 'PFMERGE',
             147 => 'COMMAND',
+            148 => 'BITPOS',
         );
     }
 }