class Redis::Distributed

def psubscribe(*channels, &block)

Listen for messages published to channels matching the given patterns.
def psubscribe(*channels, &block)
  raise NotImplementedError
end