Description
Redis 2.0 protocol operations can be issued from nginx mainline request handling. It is useful for advanced configurations that need direct Redis communication from the web-server layer.
Direct Redis access from web paths can be risky. Restrict commands, protect backend connections, and avoid exposing internal data through responses.