Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-11 | Include sys/types.h instead of a custom typedef | 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 | |