Skip to content

v12.2.0

Latest

Choose a tag to compare

@imperugo imperugo released this 22 May 06:18
· 1 commit to master since this release
cea7261

Bug Fixes

  • SearchKeysAsync ignoring database numberSearchKeysAsync was using a raw SCAN command via IServer.ExecuteAsync which always defaults to database 0, regardless of which database instance (Db1, Db2, etc.) was used. Replaced with IServer.KeysAsync(database, pattern) which correctly targets the specified database. (#651)

  • RemoveByTagAsync not cleaning up tag keysRemoveByTagAsync deleted all data keys referenced by a tag but never deleted the tag Set key itself (tag:{tagName}), causing empty Redis Sets to accumulate indefinitely. The tag key is now deleted after removing its members. (#650)

Security

  • Upgraded Snappier from 1.1.6 to 1.3.x to fix high severity vulnerability (GHSA-pggp-6c3x-2xmx)

Full Changelog: v12.1.0...v12.2.0