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

@ -175,6 +175,7 @@ include third_party/lua/lua.mk
include third_party/tr/tr.mk
include third_party/sed/sed.mk
include third_party/awk/awk.mk
include third_party/hiredis/hiredis.mk
include third_party/make/make.mk
include third_party/ctags/ctags.mk
include third_party/finger/finger.mk