https://github.com/berquerant/experimental-redis-cluster
https://github.com/berquerant/experimental-redis-cluster
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/berquerant/experimental-redis-cluster
- Owner: berquerant
- Created: 2023-03-21T16:09:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T16:12:07.000Z (about 3 years ago)
- Last Synced: 2025-02-06T16:58:47.805Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# experimental-redis-cluster
https://redis.io/docs/management/scaling/
# usage
## init
``` bash
direnv allow
bin/init.sh
```
## log
``` bash
bin/kubectl.sh exec -it redis-0 -- tail -F /tmp/redis.log
```
# requirements
- [kubectl](https://kubernetes.io/docs/reference/kubectl/)
- [kind](https://kind.sigs.k8s.io/)
- [direnv](https://github.com/direnv/direnv)