module Redis::Commands::Transactions

def discard

Other tags:
    See: #exec -
    See: #multi -

Returns:
  • (String) - `"OK"`
def discard
  send_command([:discard])
end