Include a port of the hiredis library.

SSL support is not yet included; however, everything else works
perfectly fine.
This commit is contained in:
Ronsor 2022-12-23 18:32:03 -07:00 committed by Justine Tunney
parent 70ca8c4016
commit 1c7c277432
21 changed files with 7823 additions and 0 deletions

View file

@ -13,6 +13,7 @@ o/$(MODE)/third_party: \
o/$(MODE)/third_party/finger \
o/$(MODE)/third_party/gdtoa \
o/$(MODE)/third_party/getopt \
o/$(MODE)/third_party/hiredis \
o/$(MODE)/third_party/libcxx \
o/$(MODE)/third_party/linenoise \
o/$(MODE)/third_party/lua \