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 c41543d commit 2c5faa1Copy full SHA for 2c5faa1
1 file changed
build_deps.sh
@@ -37,7 +37,7 @@ if ls ../build/install/lib/libredis++.a 1>/dev/null 2>&1; then
37
echo "Redis-plus-plus has already been installed"
38
else
39
if [[ ! -d "./redis-plus-plus" ]]; then
40
- git clone https://github.com/sewenew/redis-plus-plus.git redis-plus-plus --branch 1.3.2 --depth=1
+ git clone https://github.com/sewenew/redis-plus-plus.git redis-plus-plus --branch 1.3.13 --depth=1
41
echo "Redis-plus-plus downloaded"
42
fi
43
cd redis-plus-plus
0 commit comments