Skip to content

Commit

Permalink
older branch 6.0 to make to the test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Nov 27, 2024
1 parent eb6cc47 commit 9ebbda4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pidfile /tmp/redis1.pid
logfile /tmp/redis1.log
save ""
appendonly no
enable-module-command yes
#enable-module-command yes
client-output-buffer-limit pubsub 256k 128k 5
endef

Expand Down Expand Up @@ -527,7 +527,7 @@ mvn-release:

system-setup:
sudo apt install -y gcc g++
[ ! -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
$(MAKE) -C redis-git clean
$(MAKE) -C redis-git

Expand Down

0 comments on commit 9ebbda4

Please sign in to comment.