redis-port
v1.9.0
Published
Service registry and port assignment using Redis
Downloads
6
Readme
redis-port
Service registry and port assignment using Redis
Prerequisites
Be sure to run a Redis server with notify-keyspace-events
enabled. Add this line to your redis.conf
notify-keyspace-events KEA
or run a docker process
sudo docker run -d --name=redis-port redis redis-server --notify-keyspace-events KEA