Module: Redis::Commands::Transactions
- Included in:
- Redis::Commands
- Defined in:
- sig/redis.rbs
Instance Method Summary collapse
Instance Method Details
#discard ⇒ String
752 |
# File 'sig/redis.rbs', line 752
def discard: () -> String
|
#exec ⇒ Object
750 |
# File 'sig/redis.rbs', line 750
def exec: () -> untyped
|
#multi {|arg0| ... } ⇒ Object
744 |
# File 'sig/redis.rbs', line 744
def multi: () { (untyped) -> untyped } -> untyped
|
#unwatch ⇒ String
748 |
# File 'sig/redis.rbs', line 748
def unwatch: () -> String
|
#watch ⇒ void
This method returns an undefined value.
746 |
# File 'sig/redis.rbs', line 746
def watch: (*(String | Array[String]) keys) ?{ (untyped) -> untyped } -> String
|