class Redis::Distributed

def discard

Discard all commands issued after MULTI.
def discard
  raise CannotDistribute, :discard
end