Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-01 | Move libev/libevent headers to adapters directory | Pieter Noordhuis | |
2010-11-01 | Update libev and libevent examples to work with async.h | Pieter Noordhuis | |
2010-10-19 | Run pending callbacks with NULL reply on redisDisconnect() | Pieter Noordhuis | |
2010-10-19 | Remove const qualifier from command callback in examples | Pieter Noordhuis | |
2010-10-19 | Style | Pieter Noordhuis | |
2010-10-19 | Make error callback argument const | Pieter Noordhuis | |
2010-10-11 | Move event_base code out of libevent.h | Pieter Noordhuis | |
This removes the need to wrap an event_base pointer in the redisContext struct and allows multiple connections to be used in a single event_base. Also, use the *privdata argument to the provided callbacks to curry the redisEvent struct around. | |||
2010-10-10 | Added event_base to libevent code. | Nicolas Favre-Felix | |
2010-10-07 | Factor out reusable include for libevent | Pieter Noordhuis | |
2010-10-06 | Make error messages more consistent (e.g. no newline) | Pieter Noordhuis | |
2010-10-06 | Rename variables | Pieter Noordhuis | |
2010-09-25 | Add example for non-blocking usage of hiredis with libevent | Pieter Noordhuis | |