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
7f04a153
Commit
7f04a153
authored
Dec 17, 2019
by
Madelyn Olson
Browse files
Removed old auth context reference
parent
a511a37b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redismodule.h
View file @
7f04a153
...
@@ -396,7 +396,6 @@ typedef struct RedisModuleInfoCtx RedisModuleInfoCtx;
...
@@ -396,7 +396,6 @@ typedef struct RedisModuleInfoCtx RedisModuleInfoCtx;
typedef
struct
RedisModuleServerInfoData
RedisModuleServerInfoData
;
typedef
struct
RedisModuleServerInfoData
RedisModuleServerInfoData
;
typedef
struct
RedisModuleScanCursor
RedisModuleScanCursor
;
typedef
struct
RedisModuleScanCursor
RedisModuleScanCursor
;
typedef
struct
RedisModuleUser
RedisModuleUser
;
typedef
struct
RedisModuleUser
RedisModuleUser
;
typedef
struct
RedisModuleAuthCtx
RedisModuleAuthCtx
;
typedef
int
(
*
RedisModuleCmdFunc
)(
RedisModuleCtx
*
ctx
,
RedisModuleString
**
argv
,
int
argc
);
typedef
int
(
*
RedisModuleCmdFunc
)(
RedisModuleCtx
*
ctx
,
RedisModuleString
**
argv
,
int
argc
);
typedef
void
(
*
RedisModuleDisconnectFunc
)(
RedisModuleCtx
*
ctx
,
RedisModuleBlockedClient
*
bc
);
typedef
void
(
*
RedisModuleDisconnectFunc
)(
RedisModuleCtx
*
ctx
,
RedisModuleBlockedClient
*
bc
);
...
...
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