class Redis::SubscribedClient

def unsubscribe(*channels)

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