class Redis::SubscribedClient

def punsubscribe(*channels)

def punsubscribe(*channels)
  call_v([:punsubscribe, *channels])
end