Skip to content

sarmis/redis-cluster-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Cluser Resiliency Testing

Introduction

This repository contains samples that investigate the resiliency of a redis cluster

Cluster Setup

run .\infrastructure\setup-redis-cluster-hostnames.ps1 while inside the .\infrastructure folder.

Applications

  • 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.

Check Cluster Health

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors