- 01 Apr, 2019 2 commits
-
-
m authored
This makes hiredis.c free from system calls related to socket I/O. This is also makes the treatment of raw socket connections more similar to the SSL backend.
-
Mark Nunberg authored
Fix NXDOMAIN test case
-
- 31 Mar, 2019 1 commit
-
-
michael-grunder authored
As it turns out 'idontexist.com' actually does exist.
-
- 11 Mar, 2019 1 commit
-
-
Mark Nunberg authored
This ensures that a disconnect occurs. This commit also ensures that disconnects will clean the socket even if the user is in no-auto-free mode
-
- 21 Feb, 2019 5 commits
-
-
Mark Nunberg authored
SSL Support
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
- 20 Feb, 2019 31 commits
-
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
valentino authored
-
valentino authored
-
Mark Nunberg authored
-
Mark Nunberg authored
also, indentation fix
-
Mark Nunberg authored
This helps us detect use-after-free
-
Mark Nunberg authored
This will avoid the need to constantly reschedule the event
-
Mark Nunberg authored
-
Mark Nunberg authored
If callback was set before scheduleTimer was set (i..e before one of the attach()) calls.
-
Mark Nunberg authored
-
valentino authored
-
valentino authored
-
valentino authored
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Mark Nunberg authored
also, clean up redisContextInit -- we're just zeoring the struct
-
Mark Nunberg authored
-
Mark Nunberg authored
-
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
-