diff options
Diffstat (limited to 'examples/redis-unstable/src/commands.c')
| -rw-r--r-- | examples/redis-unstable/src/commands.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/redis-unstable/src/commands.c b/examples/redis-unstable/src/commands.c deleted file mode 100644 index 5dcfe19..0000000 --- a/examples/redis-unstable/src/commands.c +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | #include "commands.h" | ||
| 2 | #include "server.h" | ||
| 3 | |||
| 4 | #define MAKE_CMD(name,summary,complexity,since,doc_flags,replaced,deprecated,group,group_enum,history,num_history,tips,num_tips,function,arity,flags,acl,key_specs,key_specs_num,get_keys,numargs) name,summary,complexity,since,doc_flags,replaced,deprecated,group_enum,history,num_history,tips,num_tips,function,arity,flags,acl,key_specs,key_specs_num,get_keys,numargs | ||
| 5 | #define MAKE_ARG(name,type,key_spec_index,token,summary,since,flags,numsubargs,deprecated_since) name,type,key_spec_index,token,summary,since,flags,deprecated_since,numsubargs | ||
| 6 | #define COMMAND_STRUCT redisCommand | ||
| 7 | #define COMMAND_ARG redisCommandArg | ||
| 8 | |||
| 9 | #ifdef LOG_REQ_RES | ||
| 10 | #include "commands_with_reply_schema.def" | ||
| 11 | #else | ||
| 12 | #include "commands.def" | ||
| 13 | #endif | ||
