Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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