CPP client added thanks to Brian Hammond

This commit is contained in:
antirez
2009-05-09 09:25:59 +02:00
parent 93ea375904
commit 57172ffb31
22 changed files with 2736 additions and 47 deletions

View File

@ -0,0 +1,7 @@
#ifndef _REDIS_FMACRO_H
#define _REDIS_FMACRO_H
#define _BSD_SOURCE
#define _XOPEN_SOURCE
#endif