Module: Redis::Commands::Connection
- Defined in:
- sig/redis.rbs
Instance Method Summary collapse
Instance Method Details
#auth ⇒ String
232 |
# File 'sig/redis.rbs', line 232
def auth: (*Array[String] args) -> String
|
#echo ⇒ String
236 |
# File 'sig/redis.rbs', line 236
def echo: (String value) -> String
|
#ping ⇒ String
234 |
# File 'sig/redis.rbs', line 234
def ping: (?String message) -> String
|
#quit ⇒ String
240 |
# File 'sig/redis.rbs', line 240
def quit: () -> String
|
#select ⇒ String
238 |
# File 'sig/redis.rbs', line 238
def select: (Integer db) -> String
|