We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de27281 commit b6e81b2Copy full SHA for b6e81b2
makefile
@@ -1,4 +1,4 @@
1
-REDIS_BRANCH ?= 7.2
+REDIS_BRANCH ?= 8.4
2
ROOT_DIR :=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
3
TMP := tmp
4
CONF := ${ROOT_DIR}/test/support/conf/redis-${REDIS_BRANCH}.conf
test/support/conf/redis-8.4.conf
@@ -0,0 +1,3 @@
+appendonly no
+save ""
+enable-debug-command yes
0 commit comments