sample application to store key/value string pairs in a database and retrieve them later using a redis cache
it needs the following spring application properties to be set:
spring.redis.host=redis-host
spring.datasource.url=jdbc-url-of-database
spring.datasource.username=db-user
spring.datasource.password=db-password