Description
Legacy PHP applications can communicate with Redis for caching, queues, sessions, counters, and other key-value workflows. This helps older PHP systems keep fast shared state while staying on the legacy runtime branch.
It is a PHP legacy extension. Redis often holds sensitive application data, so protect connection credentials, network access, key names, and expiration policies.