# File lib/redis/subscribe.rb, line 11
    def subscribe(*channels, &block)
      subscription("subscribe", "unsubscribe", channels, block)
    end