Yossi Gottlieb
b087dd1db6
TLS: Connections refactoring and TLS support.
...
* Introduce a connection abstraction layer for all socket operations and
integrate it across the code base.
* Provide an optional TLS connections implementation based on OpenSSL.
* Pull a newer version of hiredis with TLS support.
* Tests, redis-cli updates for TLS support.
2019-10-07 21:06:13 +03:00
Angus Pearson
bea09a7fa6
Add <strings.h> include to deps/hiredis/read.c to fix Implicit Declaration of strcasecmp warning
2019-05-08 11:36:31 +01:00
antirez
dfa9d2c74c
RESP3: hiredis: implement bool type.
2019-01-09 17:00:30 +01:00
antirez
045b1f6339
RESP3: hiredis: save the original double string.
2019-01-09 17:00:30 +01:00
antirez
ee4c355a3e
RESP3: hiredis: implement null type.
2019-01-09 17:00:30 +01:00
antirez
b8134dbfa7
RESP3: hiredis: fix double implementation.
2019-01-09 17:00:30 +01:00
antirez
a2b2d88f38
RESP3: hiredis: initial double implementation.
2019-01-09 17:00:30 +01:00
antirez
eb3c5a70d4
RESP3: hiredis: fix read.c assert for new types.
2019-01-09 17:00:29 +01:00
antirez
d5c54f0b3a
RESP3: hiredis updated with recent version + some RESP3 support.
2019-01-09 17:00:29 +01:00
antirez
6712bce92c
deps/hiredis updated to latest version.
...
Close #3687 .
2016-12-21 12:12:36 +01:00