You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 1
SHOW TABLES
SHOW FULL COLUMNS FROM `version`
SELECT `id`,`app_id`,`platform`,`version`,`version_raw`,`detail`,`status`,`force_update`,`update_type`,`created_at`,`updated_at` FROM `version` WHERE (`app_id`=17) AND (`platform`=2) AND (`version` >= 72057594037927936) AND (`status`=1) ORDER BY `version` DESC LIMIT 1
SHOW FULL COLUMNS FROM `release_rule`
SELECT `id`,`version_id`,`rule`,`rule_params` FROM `release_rule` WHERE `version_id`=7
SHOW FULL COLUMNS FROM `resource`
SELECT `id`,`version_id`,`url_crc64`,`url`,`bucket`,`object` FROM `resource` WHERE `version_id`=7
// 2
SHOW TABLES
SHOW FULL COLUMNS FROM `version`
SHOW FULL COLUMNS FROM `release_rule`
SELECT `id`,`version_id`,`rule`,`rule_params` FROM `release_rule` WHERE `version_id`=7
SHOW FULL COLUMNS FROM `resource`
SELECT `id`,`version_id`,`url_crc64`,`url`,`bucket`,`object` FROM `resource` WHERE `version_id`=7
What did you expect to see?
During the validity period, the associated object should appear in Redis, not to query the database.
The text was updated successfully, but these errors were encountered:
jdxj
added
the
bug
It is confirmed a bug, but don't worry, we'll handle it.
label
Feb 5, 2025
Go version
go version go1.23.4 darwin/amd64
GoFrame version
2.8.3
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
What did you see happen?
The associated object does not appear in the cache.
The log of two consecutive queries:
What did you expect to see?
During the validity period, the associated object should appear in Redis, not to query the database.
The text was updated successfully, but these errors were encountered: