Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 292 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 292 Bytes

redis_demo

A wrapper OTP application of eredis_cluster

Compilation and tests

$ make        # ... or rebar3 compile
$ make start  # Start local Redis clusters using Docker
$ make test   # Run tests towards the clusters
$ make stop   # Teardown the Redis clusters