Merge pull request #12415 from georgeanderson/issue_12378
Replaced comment with excessive warning.
This commit is contained in:
commit
4b1fbb2338
@ -19,7 +19,7 @@ typedef enum {
|
|||||||
#define CMD_ARG_MULTIPLE (1<<1)
|
#define CMD_ARG_MULTIPLE (1<<1)
|
||||||
#define CMD_ARG_MULTIPLE_TOKEN (1<<2)
|
#define CMD_ARG_MULTIPLE_TOKEN (1<<2)
|
||||||
|
|
||||||
/* WARNING! This struct must match RedisModuleCommandArg */
|
/* Must be compatible with RedisModuleCommandArg. See moduleCopyCommandArgs. */
|
||||||
typedef struct redisCommandArg {
|
typedef struct redisCommandArg {
|
||||||
const char *name;
|
const char *name;
|
||||||
redisCommandArgType type;
|
redisCommandArgType type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user