Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Update hiredis to 1.2.0 | Vsevolod Stakhov | 2024-10-01 | 1 | -100/+308 |
| | |||||
* | [Minor] "blocking mode" indeed should be set later | Mikhail Galanin | 2018-09-24 | 1 | -2/+2 |
| | |||||
* | [Minor] Make socket non-blocking before connect() | Mikhail Galanin | 2018-09-24 | 1 | -4/+4 |
| | | | | | | Otherwise, in the case of error, socket may become invalid and we will get an incorrect error, i.e. "setsockopt(TCP_NODELAY): Invalid argument" instead of "Connection refused" | ||||
* | [Fix] Do not try to connect to non-supported addresses | Vsevolod Stakhov | 2017-11-25 | 1 | -0/+4 |
| | |||||
* | Fix GNU version of strerror_r (hiredis is broken) | Vsevolod Stakhov | 2016-01-11 | 1 | -1/+3 |
| | |||||
* | Embed hiredis as it is broken literally everywhere | Vsevolod Stakhov | 2016-01-11 | 1 | -0/+458 |
| | |||||
* | Remove bundled hiredis. | Vsevolod Stakhov | 2015-02-18 | 1 | -256/+0 |
| | |||||
* | Add detecting of libhiredis for communicating with kvstorage. | Vsevolod Stakhov | 2011-12-09 | 1 | -0/+256 |
Add internal hiredis if it is not found in system. |