Method: Redis::Commands::Transactions#exec
- Defined in:
- lib/redis/commands/transactions.rb
#exec ⇒ nil, Array<...>
Execute all commands issued after MULTI.
Only call this method when #multi was called without a block.
100 101 102 |
# File 'lib/redis/commands/transactions.rb', line 100 def exec send_command([:exec]) end |