17 Microservice Pattern- Redis as Database
17 Microservice Pattern- Redis as Database
2.1 created a model class (used @Redishash to store the model object as hash in redis)
2.2 created a dao class for doing crud operations on Redis Server
2.3 created end points to do CRUD on Redis Server
2.4 created RedisConfig.java to add the functionality of redis to spring boot app
2.5 turning on the microservice to make sure it works via postman