I am new to redis (learning now) and need some suggestion on how to better design & use it with springboot application to store messages receiving on every second and on a configured time interval I need to save that data list in MySQL database.
Any sample code, document & design etc.. would be useful for my understanding.
Thank you.