Yossi Gottlieb
10ffeb03e4
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
285bcac992
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
93dc3267ca
RESP3: hiredis: implement bool type.
2019-01-09 17:00:30 +01:00
antirez
f97457cc23
RESP3: hiredis: save the original double string.
2019-01-09 17:00:30 +01:00
antirez
8d8dd89f1c
RESP3: hiredis: implement null type.
2019-01-09 17:00:30 +01:00
antirez
193869c653
RESP3: hiredis: fix double implementation.
2019-01-09 17:00:30 +01:00
antirez
1ba5f3222d
RESP3: hiredis: initial double implementation.
2019-01-09 17:00:30 +01:00
antirez
2543ce8ad8
RESP3: hiredis: fix read.c assert for new types.
2019-01-09 17:00:29 +01:00
antirez
facef39abd
RESP3: hiredis updated with recent version + some RESP3 support.
2019-01-09 17:00:29 +01:00
antirez
76c38aaebe
deps/hiredis updated to latest version.
...
Close #3687 .
2016-12-21 12:12:36 +01:00