@joelbax Thanks for the reply. Do you have access for a locally compiled and installed libhiredis? Could you maybe execute this command: `$ pkg-config hiredis --cflags`
I am interested if maybe the pkg-config is usable here in deciding if its support SSL/TLS or not.
For reference, on my ubuntu it shows this:
``` $ pkg-config hiredis --cflags -D_FILE_OFFSET_BITS=64 -I/usr/include/hiredis ```