Skip to content

Commit 02969b8

Browse files
committed
Redis-plus-plus update.
1 parent 3969070 commit 02969b8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cmake/redis-plus-plus.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ include(FetchContent)
55

66
FetchContent_Declare(hiredis
77
GIT_REPOSITORY https://github.com/redis/hiredis.git
8+
# 1.3.0
89
GIT_TAG ccad7ebaf99310957004661d1c5f82d2a33ebd10
910
GIT_SHALLOW TRUE
1011
SOURCE_DIR _deps/hiredis
@@ -22,7 +23,8 @@ set(REDIS_PLUS_PLUS_BUILD_TEST OFF CACHE BOOL "" FORCE)
2223
# when it tries to do feature detection on hiredis.
2324
FetchContent_Declare(redis-plus-plus
2425
GIT_REPOSITORY https://github.com/sewenew/redis-plus-plus.git
25-
GIT_TAG 1.3.7
26+
# 1.3.15
27+
GIT_TAG a63ac43bf192772910b52e27cd2b42a6098a0071
2628
GIT_SHALLOW TRUE
2729
)
2830

0 commit comments

Comments
 (0)