Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-04 | Use select(2) for enforce a timeout on blocking connect(2) | Pieter Noordhuis | |
2010-12-02 | Redis command getting executed is PING, PONG is actually the expected answer | Amir Mohammad Saied | |
2010-11-02 | Change error reporting to have an explicit type | Pieter Noordhuis | |
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. | |||
2010-10-31 | Update example.c to work with current code | Pieter Noordhuis | |
2010-10-06 | Make error messages more consistent (e.g. no newline) | Pieter Noordhuis | |
2010-10-06 | c->error is no longer a redisReply object, but rather a plain C-string | Pieter Noordhuis | |
2010-09-24 | Rename fd to the more appropriate c | Pieter Noordhuis | |
2010-09-24 | Use context variable to keep state for a connection | Pieter Noordhuis | |
The context supports both blocking and non-blocking connections. All read and write events are not handled by hiredis, but hiredis exposes an API for buffered reading/writing to Redis. | |||
2010-05-18 | more stuff into example | antirez | |
2010-05-18 | better example and license information | antirez | |
2010-05-18 | new newline needed after commands | antirez | |
2010-05-18 | hiredis was extracted from redis-tools, reverted to standard malloc/free, ↵ | antirez | |
ported to the new protocol, and started as a stand alone project in order to support the need of a C client in the Redis community |