Skip to content

Releases: tair-opensource/TairHash

release-v0.0.3-20230926

26 Sep 09:18
4dbecf3
Compare
Choose a tag to compare
  • Bugfix: fix UAF bug caused when key and feild expire at the same time
  • CI:Add sanitizer CI

release-v1.0.0-20230215

15 Feb 10:32
dcda1dd
Compare
Choose a tag to compare
  • Support SLAB based expire algorithm
  • Support mem_uasge and free_effort for scan mode
  • Add PassiveExpire statistics
  • Add exhgetallwithver command
  • Support GT version param
  • Some code refactor

release-v0.0.2-20211120

20 Nov 12:48
fa5073f
Compare
Choose a tag to compare
  • Fix that the RedisModule_KeyType module api does not handle the stream type in old version redis
  • Fix UAF bug when delete a empty tairhash in active expire timer handler
  • Fix reply incompatibility between exhscan and hscan
  • 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

03 Sep 02:25
Compare
Choose a tag to compare
  • 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