zh/posts/release-0.5 #135
Replies: 1 comment
-
|
你好,我用K8S部署了一套redis cluster 3主3从节点分片集群,通过LB挂载了一个VIP:172.168.10.18:6379端口,可是在gorse容器部署时,再配置config.toml的cache_store= "redis+cluster://C9WGNk:192.168.10.18:6379/0",启动后一直报错:“{"level":"info","ts":1775628112.735699,"msg":"load config","config":"/etc/gorse/config.toml"} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
zh/posts/release-0.5
Gorse v0.5 正式发布 在长达一年半的开发后,Gorse v0.5 正式发布。本次发布包含破坏性更改,因此值得写一篇文章来介绍新特性和升级指南。 新特性 新的数据结构 用户的Subscribe字段移除。在早期的设计中,Subscribe字段用于存储用户订阅的标签,但实际上并没有被使用。类似订阅这样的业务逻辑驱动的推荐建议使用外部推荐API来实现...
https://gorse.io/zh/posts/release-0.5.html
Beta Was this translation helpful? Give feedback.
All reactions