Skip to content

Commit d522076

Browse files
committed
Default to Redis 8.4
1 parent de27281 commit d522076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
REDIS_BRANCH ?= 7.2
1+
REDIS_BRANCH ?= 8.4
22
ROOT_DIR :=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
33
TMP := tmp
44
CONF := ${ROOT_DIR}/test/support/conf/redis-${REDIS_BRANCH}.conf

0 commit comments

Comments
 (0)