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.
2 parents f454938 + bfe3edf commit f6f666bCopy full SHA for f6f666b
src/Redis.php
@@ -2284,7 +2284,7 @@ public function brpoplpush( $srcKey, $dstKey, $timeout ) {}
2284
* @example
2285
* <pre>
2286
2287
- * $redis->zAdd('z', 1, 'v2', 2, 'v2', 3, 'v3', 4, 'v4' ); // int(2)
+ * $redis->zAdd('z', 1, 'v1', 2, 'v2', 3, 'v3', 4, 'v4' ); // int(2)
2288
* $redis->zRem('z', 'v2', 'v3'); // int(2)
2289
* var_dump( $redis->zRange('z', 0, -1) );
2290
* //// Output:
@@ -2334,7 +2334,7 @@ public function zRange( $key, $start, $end, $withscores = null ) {}
2334
* @link https://redis.io/commands/zrem
2335
2336
2337
2338
2339
2340
0 commit comments