Redis – Can I create entity in Spring Boot (JPA) for certain interval of time
I need to do some visibly simple task. But I do not know is it relevant to use Spring Boot JPA repository or to use some in-memory storage such like as Redis. So I need to create some products in…