Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
4b1fbb23
Unverified
Commit
4b1fbb23
authored
Jul 18, 2023
by
Oran Agra
Committed by
GitHub
Jul 18, 2023
Browse files
Merge pull request #12415 from georgeanderson/issue_12378
Replaced comment with excessive warning.
parents
91011100
9a3b99cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/commands.h
View file @
4b1fbb23
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment