Skip to content

Commit

Permalink
Missing logic at handlersFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Jun 16, 2024
1 parent 8d60a05 commit d5f6002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ext/handlersFilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ static void initOpcodeToType(RdbxFilter *ctx) {
ctx->opToType[RDB_TYPE_HASH_ZIPMAP] = RDB_DATA_TYPE_HASH;
ctx->opToType[RDB_TYPE_HASH_ZIPLIST] = RDB_DATA_TYPE_HASH;
ctx->opToType[RDB_TYPE_HASH_LISTPACK] = RDB_DATA_TYPE_HASH;
ctx->opToType[RDB_TYPE_HASH_LISTPACK_EX] = RDB_DATA_TYPE_HASH;
/*module*/
ctx->opToType[RDB_TYPE_MODULE_2] = RDB_DATA_TYPE_MODULE;
ctx->opToType[RDB_OPCODE_MODULE_AUX] = RDB_DATA_TYPE_MODULE;
Expand Down

0 comments on commit d5f6002

Please sign in to comment.