Hash Field Expiration - Basic support
- Add ebuckets & mstr data structures - Integrate active & lazy expiration - Add most of the commands - Add support for dict (listpack is missing) TODOs: RDB, notification, listpack, HSET, HGETF, defrag, aof
src/commands/hexpire.json
0 → 100644
src/commands/hexpireat.json
0 → 100644
src/commands/hpersist.json
0 → 100644
src/commands/hpexpire.json
0 → 100644
src/commands/hpexpireat.json
0 → 100644
src/commands/hpttl.json
0 → 100644
src/commands/httl.json
0 → 100644
src/ebuckets.c
0 → 100644
This diff is collapsed.
src/ebuckets.h
0 → 100644
Please register or sign in to comment