class Redis::SubscribedClient

def punsubscribe(*channels)

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