Replaced comment with excessive warning.

The data structures in the comment are not in sync and don't need to be.
Referring to function that handles conversion.
This commit is contained in:
George Guimares 2023-07-16 17:04:15 -05:00
parent 91011100ba
commit 9a3b99cbd1

View File

@ -19,7 +19,7 @@ typedef enum {
#define CMD_ARG_MULTIPLE (1<<1)
#define CMD_ARG_MULTIPLE_TOKEN (1<<2)
/* WARNING! This struct must match RedisModuleCommandArg */
/* Must be compatible with RedisModuleCommandArg. See moduleCopyCommandArgs. */
typedef struct redisCommandArg {
const char *name;
redisCommandArgType type;