mirror of https://mirror.osredm.com/root/redis.git
Removed old auth context reference
This commit is contained in:
parent
a511a37bb7
commit
7f04a15311
|
@ -396,7 +396,6 @@ typedef struct RedisModuleInfoCtx RedisModuleInfoCtx;
|
|||
typedef struct RedisModuleServerInfoData RedisModuleServerInfoData;
|
||||
typedef struct RedisModuleScanCursor RedisModuleScanCursor;
|
||||
typedef struct RedisModuleUser RedisModuleUser;
|
||||
typedef struct RedisModuleAuthCtx RedisModuleAuthCtx;
|
||||
|
||||
typedef int (*RedisModuleCmdFunc)(RedisModuleCtx *ctx, RedisModuleString **argv, int argc);
|
||||
typedef void (*RedisModuleDisconnectFunc)(RedisModuleCtx *ctx, RedisModuleBlockedClient *bc);
|
||||
|
|
Loading…
Reference in New Issue