java - Spring Zuul Gateway - with Spring Cache Redis -


is possible have spring zuul gateway project , can have caching on gateway , before routes microservices , checks same request on redis server , return cache data if finds entry on redis server ?

yes, can zuul. can use out of box nginx reverse-proxy caching. coul me faster , easier.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -