# File lib/redis/subscribe.rb, line 34
    def unsubscribe(*channels)
      call [:unsubscribe, *channels]
    end