This is a kotlin + spring reactive redis demo app
- Redis
Standalone
mode - Read from replicas using a
Master/Replica
topology - Redis
Cluster
mode - Read from replicas even on
Cluster
mode - Redis
Key/Value
- Redis
Key/HashValue
- Connect using
RedisStaticMasterReplicaConfiguration
on environments that don't allow topology discovery
Inside the infra
directory there are examples of podman compose files both for Master/Replica and Cluster modes