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 3969070 commit 02969b8Copy full SHA for 02969b8
1 file changed
cmake/redis-plus-plus.cmake
@@ -5,6 +5,7 @@ include(FetchContent)
5
6
FetchContent_Declare(hiredis
7
GIT_REPOSITORY https://github.com/redis/hiredis.git
8
+ # 1.3.0
9
GIT_TAG ccad7ebaf99310957004661d1c5f82d2a33ebd10
10
GIT_SHALLOW TRUE
11
SOURCE_DIR _deps/hiredis
@@ -22,7 +23,8 @@ set(REDIS_PLUS_PLUS_BUILD_TEST OFF CACHE BOOL "" FORCE)
22
23
# when it tries to do feature detection on hiredis.
24
FetchContent_Declare(redis-plus-plus
25
GIT_REPOSITORY https://github.com/sewenew/redis-plus-plus.git
- GIT_TAG 1.3.7
26
+ # 1.3.15
27
+ GIT_TAG a63ac43bf192772910b52e27cd2b42a6098a0071
28
29
)
30
0 commit comments