- 20 Feb, 2019 21 commits
-
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
This reduces the boilerplate of all the redisConnectXXX functions, and allows us to provide more connection options in the future.
-
Mark Nunberg authored
-
Mark Nunberg authored
We changed this to `HIREDIS_SSL`
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Mark Nunberg authored
-
Mark Nunberg authored
This provides a target to build a DSO, as well as the ability to install it.
-
- 28 Jan, 2019 2 commits
-
-
Mark Nunberg authored
Fix Invalid argument after redisAsyncConnectUnix
-
Code Hz authored
-
- 05 Dec, 2018 3 commits
-
-
Mark Nunberg authored
Makefile: use predefined AR
-
Mark Nunberg authored
-
Mark Nunberg authored
To minimize code changes, a simple `u` (or UNIX, Unix, unix, etc -- as long as the first character is u or U) is used as a marker for the 'port' argument. In this case, the hostname is interpreted to be the path to the unix socket.
-
- 04 Dec, 2018 1 commit
-
-
Jörg Thalheim authored
This allows to override it for cross compilation.
-
- 30 Nov, 2018 2 commits
-
-
Mark Nunberg authored
Fix errors not propagating properly with libuv.h.
-
Mark Nunberg authored
FreeBSD build fix
-
- 26 Nov, 2018 1 commit
-
-
David Carlier authored
-
- 04 Nov, 2018 1 commit
-
-
Yossi Gottlieb authored
-
- 25 Oct, 2018 1 commit
-
-
Michael Grunder authored
Fix redisBufferRead documentation
-
- 24 Oct, 2018 1 commit
-
-
Stefan Hacker authored
Referred to redisContextReadReply which I cannot find in this codebase nor the old redis-tools one. Presumably this meant to say redisGetReplyFromReader which is how redisBufferRead is used in this file. Could've also meant the interface function redisReaderGetReply.
-
- 03 Oct, 2018 1 commit
-
-
Mark Nunberg authored
Proper error reporting for connect failures
-
- 27 Sep, 2018 2 commits
-
-
Mark Nunberg authored
fix common realloc mistake and add null check more
-
Mark Nunberg authored
Add CPPFLAGS to REAL_CFLAGS
-
- 26 Sep, 2018 4 commits
-
-
Tom Lee authored
-
michael-grunder authored
-
Mark Nunberg authored
Some ISPs like to inject their own "Suggestions" page whenever you hit NXDOMAIN. This confuses Redis as well as addrinfo (black-holing the route).
-
Mark Nunberg authored
-