Skip to content

Commit 2c5faa1

Browse files
mc-nvnv-anants
andauthored
updare redis++ version (#16) (#17) (#18)
Co-authored-by: Anant Sharma <anants@nvidia.com>
1 parent c41543d commit 2c5faa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if ls ../build/install/lib/libredis++.a 1>/dev/null 2>&1; then
3737
echo "Redis-plus-plus has already been installed"
3838
else
3939
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
40+
git clone https://github.com/sewenew/redis-plus-plus.git redis-plus-plus --branch 1.3.13 --depth=1
4141
echo "Redis-plus-plus downloaded"
4242
fi
4343
cd redis-plus-plus

0 commit comments

Comments
 (0)