class Redis::SubscribedClient

def unsubscribe(*channels)

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