We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在生产环境,我们部署gorse之后,发现gorse使用了错误的数据结构, 如图所示,使用zadd ,当参数变多时,会阻塞其他命令的正常执行。建议在协同过滤推荐中用其他方式替代zadd,如果数据越多,redis的性能和响应时间越低,命令执行的等待时间越高。
The text was updated successfully, but these errors were encountered:
0.5版本已经放弃了ZADD,但是依赖RediSearch
Sorry, something went wrong.
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Version 0.5 has abandoned ZADD, but relies on RediSearch
No branches or pull requests
在生产环境,我们部署gorse之后,发现gorse使用了错误的数据结构,
如图所示,使用zadd ,当参数变多时,会阻塞其他命令的正常执行。建议在协同过滤推荐中用其他方式替代zadd,如果数据越多,redis的性能和响应时间越低,命令执行的等待时间越高。
The text was updated successfully, but these errors were encountered: