Skip to content

Commit 1a5cc05

Browse files
author
danny-ch han
committed
Fixed typo in doc for redis#mget()
1 parent 5aad955 commit 1a5cc05

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)