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_uasge
andfree_effort
for scan mode - Add PassiveExpire statistics
- Add
exhgetallwithver
command - Support GT version param
- Some code refactor
release-v0.0.2-20211120
- Fix that the
RedisModule_KeyType
module api does not handle thestream
type in old version redis - Fix UAF bug when delete a empty tairhash in active expire timer handler
- Fix reply incompatibility between
exhscan
andhscan
- Add
REDISMODULE_OPEN_KEY_NOTOUCH
key flag when open key in expire timer handler - Make
exhexpireinfo
as 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