Skip to content

Commit

Permalink
Fix command auth to receive multiple args
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Apr 15, 2023
1 parent 28a6c19 commit f0d6a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redis/connection/memory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def flushall
"OK"
end

def auth(password)
def auth(*args)
"OK"
end

Expand Down

0 comments on commit f0d6a81

Please sign in to comment.