Method: Redis::Connection::Memory#auth

Defined in:
lib/redis/connection/memory.rb

#auth(*args) ⇒ Object



125
126
127
# File 'lib/redis/connection/memory.rb', line 125

def auth(*args)
  "OK"
end