Module: Redis::Commands::Scripting

Included in:
Redis::Commands
Defined in:
sig/redis.rbs

Instance Method Summary collapse

Instance Method Details

#_evalObject

Parameters:

  • cmd (Object)
  • args (Object)

Returns:

  • (Object)


482
# File 'sig/redis.rbs', line 482

def _eval: (untyped cmd, untyped args) -> untyped

#evalObject

Parameters:

  • args (Object)

Returns:

  • (Object)


476
# File 'sig/redis.rbs', line 476

def eval: (*untyped args) -> untyped

#evalshaObject

Parameters:

  • args (Object)

Returns:

  • (Object)


478
# File 'sig/redis.rbs', line 478

def evalsha: (*untyped args) -> untyped

#scriptObject

Parameters:

  • subcommand (String)
  • args (Array[String])

Returns:

  • (Object)


474
# File 'sig/redis.rbs', line 474

def script: (String subcommand, *Array[String] args) -> untyped