Skip to content

Instantly share code, notes, and snippets.

@AlexMikhalev
Created February 11, 2021 12:05
Show Gist options
  • Save AlexMikhalev/cb113dae997291c17ea8ac23a17d21fd to your computer and use it in GitHub Desktop.
Save AlexMikhalev/cb113dae997291c17ea8ac23a17d21fd to your computer and use it in GitHub Desktop.
docker compose Redis Gears cluster
docker exec -it rgcluster /cluster/create-cluster call RG.CONFIGSET ExecutionMaxIdleTime 300000
docker exec -it rgcluster /cluster/create-cluster call CONFIG SET proto-max-bulk-len 2048mb
docker exec -it rgcluster /cluster/create-cluster call CONFIG SET list-compress-depth 1
docker exec -it rgcluster /cluster/create-cluster call CONFIG SET cluster-node-timeout 30000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment