mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
Fix name of mispelled function.
This commit is contained in:
@ -517,7 +517,7 @@ typedef struct RedisModuleIO {
|
||||
rio *rio; /* Rio stream. */
|
||||
moduleType *type; /* Module type doing the operation. */
|
||||
int error; /* True if error condition happened. */
|
||||
struct RedisModuleCtx *ctx; /* Optional context, via GetIOContext() call. */
|
||||
struct RedisModuleCtx *ctx; /* Optional context, see RM_GetContextFromIO()*/
|
||||
} RedisModuleIO;
|
||||
|
||||
#define moduleInitIOContext(iovar,mtype,rioptr) do { \
|
||||
|
Reference in New Issue
Block a user