Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ff1d5487
Commit
ff1d5487
authored
Dec 01, 2016
by
Salvatore Sanfilippo
Committed by
GitHub
Dec 01, 2016
Browse files
Merge pull request #3651 from yossigo/datatype_methods_typo
Fix typo in RedisModuleTypeMethods declaration.
parents
3c4fe59e
5f5b4f15
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redismodule.h
View file @
ff1d5487
...
...
@@ -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