javierarilos / redis_playground

playing around with redis datastore.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis_playground

Playing around with redis and a master-slave-sentinel configuration.

Getting started:

  • *.sh files allow to start / stop each type of node.
  • master_slave_latency.py - is a small test for checking the latency between write-to-master and read-from-slave the same key.
  • ha-sentinel-poc.py - self contained script for testing a HA scenario.
  • redis_simple_sentinel_ha.py - playing around a little bit with the sentinel.

Dependencies:

About

playing around with redis datastore.


Languages

Language:Python 78.2%Language:Shell 21.8%