Closed huangjie0515 closed 3 weeks ago
除了这个问题外,我还想问 stream redis如果有密码,要怎么配置。redis没有密码的话,我已经连接成功了,但有密码的话,就一直提示"Backend error: RedisBackendErr: Extension error: NOAUTH: Authentication required."
# redis流配置
[stream.redis]
connect = { db=0,username="user",password="passwd" }
这个stream redis消费不了,服务端的redis,需要加什么配置吗,
你复现了这个问题了吗, 我使用的redis信息如下:
redis版本: 6.0.16
Os:Linux5.15.0-56-genericx86_64
操作系统: Ubuntu
tokio 调度的问题,web 插件和 stream 插件都是无限循环阻塞等待新的请求。我在研究这玩意儿改怎么改
发自我的iPhone
在 2024年10月17日,上午9:31,huangjie0515 @.***> 写道:
你复现了这个问题了吗, 我使用的redis信息如下:
reids版本: 6.0.16 Os:Linux5.15.0-56-genericx86_64
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.
spring 0.2.6 已修复这个问题
https://github.com/spring-rs/spring-rs/actions/runs/11427197797
我使用spring-stream redis进行测试,我通过接口能够成功发送消息到redis中,且类型是stream,但没有消费,也没异常日志。 以下是我的代码和配置: