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.
2 parents 91ee2f5 + 2f0015f commit e610140Copy full SHA for e610140
get_deps.sh
@@ -4,7 +4,7 @@ mkdir -p deps
4
cd deps
5
6
echo "Building Redis"
7
-git clone https://github.com/antirez/redis.git
+git clone --branch 5.0 https://github.com/antirez/redis.git
8
cd redis
9
make
10
cd ..
0 commit comments