Method: Redis::Commands::Transactions#exec

Defined in:
lib/redis/commands/transactions.rb

#execnil, Array<...>

Execute all commands issued after MULTI.

Only call this method when #multi was called without a block.

See Also:



100
101
102
# File 'lib/redis/commands/transactions.rb', line 100

def exec
  send_command([:exec])
end