How Do Microservices Know Redis Keys To Use To Access Data In Redis
I have been googling a lot concerning how microservices access a redis data but no luck finding good tutorials. Here is my use case. A user logs into the authentication microservice A (spring boot) for the first time. After being…