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

redis big key problem #890

Closed
unknownYuan opened this issue Nov 18, 2024 · 2 comments
Closed

redis big key problem #890

unknownYuan opened this issue Nov 18, 2024 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@unknownYuan
Copy link

在生产环境,我们部署gorse之后,发现gorse使用了错误的数据结构,
image
如图所示,使用zadd ,当参数变多时,会阻塞其他命令的正常执行。建议在协同过滤推荐中用其他方式替代zadd,如果数据越多,redis的性能和响应时间越低,命令执行的等待时间越高。

@unknownYuan unknownYuan added the bug Something isn't working label Nov 18, 2024
@zhenghaoz
Copy link
Collaborator

0.5版本已经放弃了ZADD,但是依赖RediSearch

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Version 0.5 has abandoned ZADD, but relies on RediSearch

@zhenghaoz zhenghaoz added the wontfix This will not be worked on label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants