Skip to content

Commit 5fd4e16

Browse files
authored
Merge pull request #886 from dannyh79/doc/redis#mget
Fix Typo in Doc for redis#mget()
2 parents 5aad955 + 1a5cc05 commit 5fd4e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ def get(key)
924924
# Get the values of all the given keys.
925925
#
926926
# @example
927-
# redis.mget("key1", "key1")
927+
# redis.mget("key1", "key2")
928928
# # => ["v1", "v2"]
929929
#
930930
# @param [Array<String>] keys

0 commit comments

Comments
 (0)