# File lib/backup/database/redis.rb, line 56
      def perform!
        super

        invoke_save! if invoke_save
        copy!
      end