Description
Legacy PHP 8.0 applications can communicate with Redis key-value stores without the igbinary serializer. This runtime client module supports caches, queues, counters, session-like data, and application state in older PHP deployments. It is dependency-only and has no separate launcher; PHP code calls Redis APIs when enabled. Redis data, credentials, key namespaces, and network exposure need care because cached values can include sensitive or mutable state.