File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ start: cleanup compile-module
473
473
echo " $$ REDIS_UDS" | redis-server -
474
474
echo " $$ REDIS_UNAVAILABLE_CONF" | redis-server -
475
475
redis-cli -a cluster --cluster create 127.0.0.1:7479 127.0.0.1:7480 127.0.0.1:7481 --cluster-yes
476
- docker run -p 6479:6379 --name jedis-stack -e PORT=6379 -d redislabs/client-libs-test:8.2-RC1-pre
476
+ docker run -p 6479:6379 --name jedis-stack -e PORT=6379 -d redislabs/client-libs-test:8.2-rc1
477
477
478
478
cleanup :
479
479
- rm -vf /tmp/redis_cluster_node* .conf 2> /dev/null
Original file line number Diff line number Diff line change 1
- REDIS_VERSION = 8.2-RC1-pre
2
- REDIS_STACK_VERSION = 8.2-RC1-pre
1
+ REDIS_VERSION = 8.2-rc1
2
+ REDIS_STACK_VERSION = 8.2-rc1
3
3
CLIENT_LIBS_TEST_IMAGE = redislabs/client-libs-test
4
4
REDIS_ENV_CONF_DIR = ./
5
5
REDIS_MODULES_DIR = /tmp
You can’t perform that action at this time.
0 commit comments