Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 677 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 677 Bytes

redis-network-tests

Currently, redis OSS testbench has limited capabilities to test various network configurations such as, port-forwarding, hostname-discovery, or simulate network latency.

This repo attempts to test only Sentinel feature, but might be useful later on to test other network related features as well. This testbench creates a redis cluster with docker-compose, before invocation each group of tests.

Redis project is referenced as submodule and required to build artifacts with command build_redis.py before invoking the tests:

$ ./build_redis.py

To run the tests it is recommended to set up first python venv and then run:

$ pytest