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
2d0d2c8c
Commit
2d0d2c8c
authored
Nov 30, 2016
by
Yossi Gottlieb
Committed by
antirez
Dec 05, 2016
Browse files
Fix typo in RedisModuleTypeMethods declaration.
parent
0fb9f341
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redismodule.h
View file @
2d0d2c8c
...
...
@@ -102,7 +102,7 @@ typedef struct RedisModuleTypeMethods {
RedisModuleTypeSaveFunc
rdb_save
;
RedisModuleTypeRewriteFunc
aof_rewrite
;
RedisModuleTypeMemUsageFunc
mem_usage
;
RedisModuleType
Rewrite
Func
digest
;
RedisModuleType
Digest
Func
digest
;
RedisModuleTypeFreeFunc
free
;
}
RedisModuleTypeMethods
;
...
...
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