We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40a275 commit 8f49d39Copy full SHA for 8f49d39
tests/RedisProxyTest.php
@@ -62,6 +62,7 @@ public function testHyperLogLog()
62
$redis->pfAdd('test:hyperloglog2', [1234]);
63
$redis->pfMerge('test:hyperloglog2', ['test:hyperloglog']);
64
$this->assertSame(3, $redis->pfCount('test:hyperloglog2'));
65
+ $this->assertFalse($redis->pfAdd('test:hyperloglog3', []));
66
}
67
68
public function testRedisOptionSerializer()
0 commit comments