SkillAgentSearch skills...

Redisclustercompose

Redis cluster using docker compose compatible with --scale argument

Install / Use

/learn @aprice-/Redisclustercompose
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

redisclustercompose

Redis Cluster via Docker Compose with --scale capability using Redis 4's new NAT/port-forwarding support. Reddie is included so you can check out your new cluster!

Requirements

Docker and Docker Compose installed.

Usage

Choose a number of nodes for the cluster (at least 6)

Launch cluster

docker-compose up -d --scale redis=9
docker-compose logs -f

It takes a little while.

Remove containers

docker-compose rm -f

Using Reddie

Navigate to https://localhost to access Reddie.

Related Skills

View on GitHub
GitHub Stars64
CategoryDevelopment
Updated2y ago
Forks28

Languages

JavaScript

Security Score

65/100

Audited on Feb 20, 2024

No findings