Module: Redis::Commands::Transactions

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

Instance Method Summary collapse

Instance Method Details

#discardString

Returns:

  • (String)


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

def discard: () -> String

#execObject

Returns:

  • (Object)


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

def exec: () -> untyped

#multi {|arg0| ... } ⇒ Object

Yields:

Yield Parameters:

  • arg0 (Object)

Yield Returns:

  • (Object)

Returns:

  • (Object)


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

def multi: () { (untyped) -> untyped } -> untyped

#unwatchString

Returns:

  • (String)


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

def unwatch: () -> String

#watchvoid

This method returns an undefined value.

Parameters:

  • keys (String, Array[String])


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

def watch: (*(String | Array[String]) keys) ?{ (untyped) -> untyped } -> String