Module: Redis::Commands::Scripting
- Included in:
- Redis::Commands
- Defined in:
- sig/redis.rbs
Instance Method Summary collapse
Instance Method Details
#_eval ⇒ Object
482 |
# File 'sig/redis.rbs', line 482
def _eval: (untyped cmd, untyped args) -> untyped
|
#eval ⇒ Object
476 |
# File 'sig/redis.rbs', line 476
def eval: (*untyped args) -> untyped
|
#evalsha ⇒ Object
478 |
# File 'sig/redis.rbs', line 478
def evalsha: (*untyped args) -> untyped
|
#script ⇒ Object
474 |
# File 'sig/redis.rbs', line 474
def script: (String subcommand, *Array[String] args) -> untyped
|