Skip to content

Tags: asjdf/gorm-cache

Tags

v1.3.0

Toggle v1.3.0's commit message
fix(cache): enhance unique key handling in AfterDelete and AfterUpdate

- Refactored AfterDelete and AfterUpdate functions to improve unique key extraction from the database statement.
- Added logic to handle cases where the schema is not directly available, ensuring all unique indexes are invalidated correctly.
- Improved cache invalidation logging for better traceability during delete and update operations.

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
asjdf 杨成锴
update: update ignore file

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
asjdf 杨成锴
fix: fix cache storage config invalid error

fix #15

v1.2.2

Toggle v1.2.2's commit message
fix: fix cache config CacheMaxItemCnt error

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
asjdf 杨成锴
fix: fix pluck query panic issue

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
asjdf 杨成锴
Merge branch 'main' of ssh://github.com/asjdf/gorm-cache

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
asjdf 杨成锴
fix: move after_query position

v1.2.0-dev.1

Toggle v1.2.0-dev.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'main' into dev

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fix key of singleflight not contains vars

v1.1.0

Toggle v1.1.0's commit message
update: fix hit count for query when hit notFound cache