You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,7 @@ La estructura se puede visualizar faciltamente en el siguiente gráfico:
49
49
0-5460 5461-10921 10922-16383
50
50
```
51
51
52
-
Para configurar el cluster de esta forma se debe ejecutar el script [`config-cluster.sh`](./config-cluster.sh), que fue construído justamente para facilitar la configuración de un cluster con esta estructura. La utilidad `redis-cli` debe estar descargada de manera local para el correcto funcionamiento del script. Para ejecutarlo, se debe correr el siguiente comando desde la raíz del repositorio:
53
-
54
-
```bash
55
-
bash ./config-cluster.sh
56
-
```
52
+
La configuración del cluster se hace de manera automática al inicializar el compose utilizando el script [`config-cluster.sh`](./config-cluster.sh). Se espera a que el cluster esté bien configurado para que finalmente pueda ser utilizado.
0 commit comments