Last active
September 25, 2015 04:57
-
-
Save melwinjose1991/f56ec841aaed0f99e738 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ngx_event.h> | |
#include <ngx_core.h> | |
#include <hiredis/hiredis.h> | |
#include <hiredis/async.h> | |
void __wrap_redisAsyncHandleWrite(redisAsyncContext *ac); | |
void __wrap_redisAsyncHandleRead(redisAsyncContext *ac); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment