This repository contains samples that investigate the resiliency of a redis cluster
run .\infrastructure\setup-redis-cluster-hostnames.ps1 while inside the .\infrastructure folder.
- RedisMultiplexer-Example will try to set the values of 10_000 keys in a loop and will log any issues. To better simulate an containerized environmet use podman-run.ps1 that will run the app inside the podman using the same network as the redis cluster.
Run the following from a powershell prompt, the url is relative to the "redis-master1" pod
\>podman exec -it redis-master1 redis-cli --cluster check localhost:6379