Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |