Releases: tair-opensource/TairHash
Releases · tair-opensource/TairHash
release-v0.0.3-20230926
- Bugfix: fix UAF bug caused when key and feild expire at the same time
- CI:Add sanitizer CI
release-v1.0.0-20230215
- Support SLAB based expire algorithm
- Support
mem_uasgeandfree_effortfor scan mode - Add PassiveExpire statistics
- Add
exhgetallwithvercommand - Support GT version param
- Some code refactor
release-v0.0.2-20211120
- Fix that the
RedisModule_KeyTypemodule api does not handle thestreamtype in old version redis - Fix UAF bug when delete a empty tairhash in active expire timer handler
- Fix reply incompatibility between
exhscanandhscan - Add
REDISMODULE_OPEN_KEY_NOTOUCHkey flag when open key in expire timer handler - Make
exhexpireinfoas a zero key cmd, so it can be used in cluster mode
release-v0.0.1-20210903
- Support SCAN mode and SORT mode for active expiration
- Can run in redis 5.x and redis 6.x , issue #3
- Support KEEPTTL option for field set
- Update API doc