class Redis::Distributed

def unwatch

Forget about all watched keys.
def unwatch
  raise CannotDistribute, :unwatch
end