summaryrefslogtreecommitdiff
path: root/libevent-example.c
AgeCommit message (Collapse)Author
2010-11-01Move libev/libevent headers to adapters directoryPieter Noordhuis
2010-11-01Update libev and libevent examples to work with async.hPieter Noordhuis
2010-10-19Run pending callbacks with NULL reply on redisDisconnect()Pieter Noordhuis
2010-10-19Remove const qualifier from command callback in examplesPieter Noordhuis
2010-10-19StylePieter Noordhuis
2010-10-19Make error callback argument constPieter Noordhuis
2010-10-11Move event_base code out of libevent.hPieter 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-10Added event_base to libevent code.Nicolas Favre-Felix
2010-10-07Factor out reusable include for libeventPieter Noordhuis
2010-10-06Make error messages more consistent (e.g. no newline)Pieter Noordhuis
2010-10-06Rename variablesPieter Noordhuis
2010-09-25Add example for non-blocking usage of hiredis with libeventPieter Noordhuis