Skip to content

Instantly share code, notes, and snippets.

@melwinjose1991
Last active September 25, 2015 04:57
Show Gist options
  • Save melwinjose1991/f56ec841aaed0f99e738 to your computer and use it in GitHub Desktop.
Save melwinjose1991/f56ec841aaed0f99e738 to your computer and use it in GitHub Desktop.
#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