Unverified Commit 75d50e5d authored by Wen Hui's avatar Wen Hui Committed by GitHub
Browse files

Fix module doc - missing function due to blank line (#9807)

parent 0c10f0e1
......@@ -8435,7 +8435,6 @@ int moduleUnregisterFilters(RedisModule *module) {
* If multiple filters are registered (by the same or different modules), they
* are executed in the order of registration.
*/
RedisModuleCommandFilter *RM_RegisterCommandFilter(RedisModuleCtx *ctx, RedisModuleCommandFilterFunc callback, int flags) {
RedisModuleCommandFilter *filter = zmalloc(sizeof(*filter));
filter->module = ctx->module;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment