This pull request makes changes to the schema used to store Turbinia metadata in Redis. We are introducing a new key for Turbinia requests and changing TurbiniaTask keys to redis hashes instead of strings for optimization purposes.
Minor changes to the web UI.
Note: This is a breaking change. Redis databases from previous versions will not be compatible.
Description of the change
This pull request makes changes to the schema used to store Turbinia metadata in Redis. We are introducing a new key for Turbinia requests and changing TurbiniaTask keys to redis hashes instead of strings for optimization purposes.
Minor changes to the web UI.
Note: This is a breaking change. Redis databases from previous versions will not be compatible.
Applicable issues
Additional information
Checklist