We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6cc47 commit 9ebbda4Copy full SHA for 9ebbda4
Makefile
@@ -11,7 +11,7 @@ pidfile /tmp/redis1.pid
11
logfile /tmp/redis1.log
12
save ""
13
appendonly no
14
-enable-module-command yes
+#enable-module-command yes
15
client-output-buffer-limit pubsub 256k 128k 5
16
endef
17
@@ -527,7 +527,7 @@ mvn-release:
527
528
system-setup:
529
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
+ [ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch 6.0 --single-branch redis-git || true
531
$(MAKE) -C redis-git clean
532
$(MAKE) -C redis-git
533
0 commit comments