Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]设置了redis无效,设置keyPrefix也无效 #15

Closed
athenakia opened this issue Sep 17, 2023 · 2 comments
Closed

[BUG]设置了redis无效,设置keyPrefix也无效 #15

athenakia opened this issue Sep 17, 2023 · 2 comments
Labels

Comments

@athenakia
Copy link

设置了redis无效,还是使用内存,设置keyPrefix也无效。下面代码的判断逻辑有问题。

if c.cache != nil {

在这行判断代码之前,c.cache之前一直是nil。

设置keyPrefix无效是因为除了在ResetCache的CleanCache中使用之外,其他地方几乎没有用过这个值。。。

@asjdf asjdf closed this as completed in 3127fb5 Sep 17, 2023
@github-actions
Copy link

🎉 This issue has been resolved in version 1.2.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@asjdf
Copy link
Owner

asjdf commented Sep 17, 2023

非常感谢您的报告,该错误已在v1.2.3版本中修正

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants