Skip to content

Commit ff331af

Browse files
denglimingmichael-grunder
authored andcommitted
Update README.markdown
1 parent a6bdb87 commit ff331af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ $redis->exists('key'); /* 1 */
920920
$redis->exists('NonExistingKey'); /* 0 */
921921

922922
$redis->mset(['foo' => 'foo', 'bar' => 'bar', 'baz' => 'baz']);
923-
$redis->exists(['foo', 'bar', 'baz]); /* 3 */
923+
$redis->exists(['foo', 'bar', 'baz']); /* 3 */
924924
$redis->exists('foo', 'bar', 'baz'); /* 3 */
925925
~~~
926926

0 commit comments

Comments
 (0)