class Redis::Distributed

def watch(*keys)

Watch the given keys to determine execution of the MULTI/EXEC block.
def watch(*keys)
  raise CannotDistribute, :watch
end