class Redis::SubscribedClient

def unsubscribe(*channels)

def unsubscribe(*channels)
  @client.call_async(:unsubscribe, *channels)
  @client
end