Skip to content

Commit

Permalink
Update redis repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-shtaub committed Jan 29, 2024
1 parent 50334e7 commit ad8d4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

: ${REDIS_VERSION:="4.0.11"}

test -d redis || git clone https://github.com/antirez/redis
test -d redis || git clone https://github.com/redis/redis
git -C redis checkout $REDIS_VERSION
make -C redis

0 comments on commit ad8d4f5

Please sign in to comment.