Skip to content

Commit f0d6a81

Browse files
committed
Fix command auth to receive multiple args
Original: producthunt@bf68fbd
1 parent 28a6c19 commit f0d6a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redis/connection/memory.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def flushall
122122
"OK"
123123
end
124124

125-
def auth(password)
125+
def auth(*args)
126126
"OK"
127127
end
128128

0 commit comments

Comments
 (0)