Redis – When would I want to create more than one verticles (assuming I am using non-blocking db clients in a stateless microservice)?
Assuming I am building a stateless micro-service which exposes a few simple API endpoints (e.g., a read-through cache, save an entry to database), I am using the non-blocking database clients e.g., mysql or redis and I always want my microservices…