class Redis
def auth(password)
-
(String)
- `OK`
Parameters:
-
password
(String
) -- must match the password specified in the
def auth(password) synchronize do |client| client.call [:auth, password] end end
(String)
- `OK`
password
(String
)
-- must match the password specified in the
def auth(password) synchronize do |client| client.call [:auth, password] end end