Using Redis with SpringBoot
On my other project, I use Redis as a caching layer. This time I would like to use it as a database in a SprintBoot project.
On my other project, I use Redis as a caching layer. This time I would like to use it as a database in a SprintBoot project.
I want to have Postgres to auto generate ID for my Springboot application entity, using Liquibase.
At first I had the following pair for the Java Entity Class and Liquibase setup: