https://github.com/samrocketman/consul-redis
Redis in-memory key-value database service meant to be used with Consul service discovery.
https://github.com/samrocketman/consul-redis
Last synced: over 1 year ago
JSON representation
Redis in-memory key-value database service meant to be used with Consul service discovery.
- Host: GitHub
- URL: https://github.com/samrocketman/consul-redis
- Owner: samrocketman
- License: mit
- Created: 2020-05-27T03:43:44.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T07:11:56.000Z (over 5 years ago)
- Last Synced: 2025-01-06T10:13:23.945Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Consul Redis
This demo shows an example of Redis using consul for service discovery.
This is a companion project for
https://github.com/samrocketman/docker-compose-ha-consul-vault-ui
This assumes you have cloned this repository and
docker-compose-ha-consul-vault-ui to `${HOME}/git/github`.
docker-compose-ha-consul-vault-ui must be started before this project and be
healthy.
# Connection
redis.service.consul:6379
# Run a client external to the container
```bash
./redis-client.sh
```
If you pass additional options to `redis-client.sh`, then they will be passed
directly to redis.
# License
[MIT License](LICENSE)