How to connect redis to moqui

Hi ,
I want to connect redis to moqui to handle rate limit problem and control number of request ,
can any body help me to config redis in moqui and other configs with detail ?

To handle rate limiting in Moqui, @jonesde suggested to use a load balancer / reverse proxy. A simple way to do this is use cloudflare’s rate limiting stuff (this is what moqui.org uses). A more in depth version would be using nginx or HAProxy for rate limiting. If you want to get kubernetes fancy, I’m sure using something like istio could handle that.

You could try connecting Moqui to redis through the entity facade like was done with moqui-orientdb.

Hope that helps!