class Redis

def psubscribe(*channels, &block)

def psubscribe(*channels, &block)
  subscription(:psubscribe, channels, block)
end