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