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 a6bdb87 commit ff331afCopy full SHA for ff331af
README.markdown
@@ -920,7 +920,7 @@ $redis->exists('key'); /* 1 */
920
$redis->exists('NonExistingKey'); /* 0 */
921
922
$redis->mset(['foo' => 'foo', 'bar' => 'bar', 'baz' => 'baz']);
923
-$redis->exists(['foo', 'bar', 'baz]); /* 3 */
+$redis->exists(['foo', 'bar', 'baz']); /* 3 */
924
$redis->exists('foo', 'bar', 'baz'); /* 3 */
925
~~~
926
0 commit comments