class Redis::Distributed

def multi

Mark the start of a transaction block.
def multi
  raise CannotDistribute, :multi
end