Skip to content

Commit

Permalink
Use redis:8.0-M01 image
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Sep 26, 2024
1 parent 3d07c93 commit ea7b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ start: stunnel cleanup compile-module
echo "$$REDIS_UDS" | redis-server -
echo "$$REDIS_UNAVAILABLE_CONF" | redis-server -
redis-cli -a cluster --cluster create 127.0.0.1:7479 127.0.0.1:7480 127.0.0.1:7481 --cluster-yes
docker run -p 6479:6379 --name jedis-stack -d redis/redis-stack-server:edge
docker run -p 6479:6379 --name jedis-stack -d redis:8.0-M01

cleanup:
- rm -vf /tmp/redis_cluster_node*.conf 2>/dev/null
Expand Down

0 comments on commit ea7b962

Please sign in to comment.