Skip to content

Commit 62a0328

Browse files
authored
Integrate hiredis (#6198)
* feat: hiredis integration
1 parent 9fe003b commit 62a0328

File tree

9 files changed

+1862
-11
lines changed

9 files changed

+1862
-11
lines changed

src/redis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else()
99
endif()
1010

1111
add_library(redis_lib crc16.c crc64.c crcspeed.c debug.c intset.c geo.c
12-
geohash.c geohash_helper.c
12+
geohash.c geohash_helper.c hiredis.c read.c
1313
listpack.c lzf_c.c lzf_d.c sds.c
1414
quicklist.c rax.c redis_aux.c t_stream.c
1515
util.c ziplist.c hyperloglog.c ${ZMALLOC_SRC})

0 commit comments

Comments
 (0)