- 29 Aug, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 20 Feb, 2019 2 commits
-
-
Mark Nunberg authored
-
Mark Nunberg authored
-
- 26 Sep, 2018 1 commit
-
-
Mark Nunberg authored
This retrieves the actual error which occurred, as getsockopt is not always reliable in this regard.
-
- 29 Sep, 2016 1 commit
-
-
Hyungjin Kim authored
-
- 05 Jan, 2015 2 commits
-
-
mike authored
[This introduces some new API functions.] * Adds new flag to the connection context indicating SO_REUSEADDR should be set. * Adds max number of retries constant for when connect() hits EADDRNOTAVAIL. * Adds new function, redisAsyncConnectBindWithReuse(), letting clients enable this functionality. [Removed trailing whitespace in new header lines.] Closes #264
-
Hang Su authored
'const' where we can. Closes #268
-
- 10 Apr, 2014 1 commit
-
-
Pieter Noordhuis authored
-
- 08 Apr, 2014 1 commit
-
-
Matt Stancliff authored
Some environments require binding to specific source addresses instead of letting the system determine which IP a connection should originate from. Closes #233
-
- 27 Jun, 2011 1 commit
-
-
Pieter Noordhuis authored
This commit adds a status argument to the connect callback. It will be called in the event of an unsuccessful connection as well, where the status argument is set to REDIS_ERR. It is set to REDIS_OK otherwise.
-
- 21 Apr, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 14 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 31 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 29 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 28 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 22 Dec, 2010 1 commit
-
-
Nicolas Favre-Felix authored
-
- 07 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 01 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
This makes sure that the "data" field on the asynchronous context can be used for user-specific data.
-
- 22 Nov, 2010 1 commit
-
-
Ryan Tecco authored
-
- 15 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 02 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
When there is an I/O error, errno should be used to find out what is wrong. In other cases, errno cannot be used. So, use an explicit type in Hiredis to define the different error scenarios that can occur.
-
- 01 Nov, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 31 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-