Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cubetiq/redis-cluster-scripts
Redis Cluster made easy
https://github.com/cubetiq/redis-cluster-scripts
bash docker docker-compose redis redis-cluster
Last synced: 7 days ago
JSON representation
Redis Cluster made easy
- Host: GitHub
- URL: https://github.com/cubetiq/redis-cluster-scripts
- Owner: CUBETIQ
- Created: 2023-02-24T11:28:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T12:04:47.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T05:14:07.326Z (2 months ago)
- Topics: bash, docker, docker-compose, redis, redis-cluster
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis Cluster and Configuration
- Redis master
- Redis workers (default: 6)### Usage for `Bash Script`
- Run and start cluster
```shell
make
```- Custom cluster workers (use 16 workers)
```shell
REDIS_WORKER_COUNT=16 make
```- Clean up the containers
```shell
make clean
```- Custom clean cluster workers (use 16 workers)
```shell
REDIS_WORKER_COUNT=16 make clean
```### Redis in `docker-compose`
- Reference: [bpaulino.com](https://bpaulino.com/entries/how-to-use-redis-cluster-for-caching)
### Contributors
- Sambo Chea