class Redis::SubscribedClient
def subscribe(*channels, &block)
def subscribe(*channels, &block) subscription("subscribe", "unsubscribe", channels, block) end
def subscribe(*channels, &block) subscription("subscribe", "unsubscribe", channels, block) end