class Redis::SubscribedClient

def punsubscribe(*channels)

def punsubscribe(*channels)
  call(:punsubscribe, *channels)
end