Skip to content

Instantly share code, notes, and snippets.

@justincastilla
justincastilla / creating_a_redis_cluster.md
Last active February 14, 2024 04:28
Creating a Redis Cluster

Step 1

To create a cluster, we need to spin up a few empty Redis instances and configure them to run in cluster mode.

Here’s a minimal configuration file for Redis Cluster:

# redis.conf file
port 7000