Introduction
You can use CoreOne with Redis as the store for task data. That should offload MySQL instance and lead to better performance.
Configuration
To enable Redis you have to adjust the following settings in the moving_global.config_setting_value - you should be able to find possible values in the description column of this setting value.
...
SettingId, SettingCode | 52, RedisConfiguration |
---|---|
Description | Configuration of your Redis instance |
Local Redis installation
If you want to run Redis locally on Windows machine you have a few options avaiable - Docker, virtual machine, paid solutions.
...