File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
PATH := ./redis-git/src:${PATH}
2
2
3
3
# Supported test env versions
4
- SUPPORTED_TEST_ENV_VERSIONS := 8.0 7.4 7.2 6.2
5
- DEFAULT_TEST_ENV_VERSION := 8.0
4
+ SUPPORTED_TEST_ENV_VERSIONS := 8.2 8. 0 7.4 7.2 6.2
5
+ DEFAULT_TEST_ENV_VERSION := 8.2
6
6
REDIS_ENV_WORK_DIR := $(or ${REDIS_ENV_WORK_DIR},/tmp/redis-env-work)
7
7
8
8
define REDIS1_CONF
@@ -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.0.2
476
+ docker run -p 6479:6379 --name jedis-stack -e PORT=6379 -d redislabs/client-libs-test:8.2-RC1-pre
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.0.2
2
- REDIS_STACK_VERSION = 8.0.2
1
+ REDIS_VERSION = 8.2-RC1-pre
2
+ REDIS_STACK_VERSION = 8.2-RC1-pre
3
3
CLIENT_LIBS_TEST_IMAGE = redislabs/client-libs-test
4
4
REDIS_ENV_CONF_DIR = ./
5
5
REDIS_MODULES_DIR = /tmp
Original file line number Diff line number Diff line change
1
+ REDIS_VERSION=8.0.2
2
+ REDIS_STACK_VERSION=8.0.2
3
+ CLIENT_LIBS_TEST_IMAGE=redislabs/client-libs-test
4
+ REDIS_ENV_CONF_DIR=./
5
+ REDIS_MODULES_DIR=/tmp
6
+ REDIS_ENV_WORK_DIR=/tmp/redis-env-work
7
+
8
+ ENABLE_MODULE_COMMAND_DIRECTIVE=--enable-module-command yes
You can’t perform that action at this time.
0 commit comments