Skip to content

Commit 9ebbda4

Browse files
committed
older branch 6.0 to make to the test fail
1 parent eb6cc47 commit 9ebbda4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pidfile /tmp/redis1.pid
1111
logfile /tmp/redis1.log
1212
save ""
1313
appendonly no
14-
enable-module-command yes
14+
#enable-module-command yes
1515
client-output-buffer-limit pubsub 256k 128k 5
1616
endef
1717

@@ -527,7 +527,7 @@ mvn-release:
527527

528528
system-setup:
529529
sudo apt install -y gcc g++
530-
[ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch unstable --single-branch redis-git || true
530+
[ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch 6.0 --single-branch redis-git || true
531531
$(MAKE) -C redis-git clean
532532
$(MAKE) -C redis-git
533533

0 commit comments

Comments
 (0)