class Redis::Distributed

def punsubscribe(*channels)

patterns.
Stop listening for messages posted to channels matching the given
def punsubscribe(*channels)
  raise NotImplementedError
end