What It Does
Valkey (Redis-compatible) serves as the shared in-cluster cache:Why Valkey
Valkey is the open-source fork of Redis (post-license change). It is:- 100% Redis protocol compatible
- Apache 2.0 licensed
- Drop-in replacement with no code changes
Configuration
Deployed as a single-instance StatefulSet inhexr-system:
Access
All platform services connect tovalkey.hexr-system.svc:6379. No authentication is required within the cluster (mTLS provides service-level auth).