ErrorReply: ERR wrong number of arguments node redis 连接问题解决

今天在测试kvrocks 与socket.io 集成的时候出现了此问题,刚好记录下

原始连接配置

const pubClient = createClient({ url:"redis://dalongdemo@localhost:6666/0"});

问题修改

const pubClient = createClient({ url:"redis://:dalongdemo@localhost:6666/0"});

参考资料

https://stackoverflow.com/questions/67613484/redis-err-wrong-number-of-arguments-for-auth-command

posted on   荣锋亮  阅读(92)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· .NET10 - 预览版1新功能体验(一)
历史上的今天:
2022-10-20 dremio kernel 模块之DremioSqlDialect
2022-10-20 wget --no-check-certificate 问题解决
2020-10-20 go-plugin hashicorp开源的golang插件框架
2020-10-20 maven 下载项目依赖jar包的方法
2019-10-20 space-cloud 支持多数据库多rest&& graphql web server
2019-10-20 不要轻易在java ext 目录放任何三方jar包
2018-10-20 knowledge-repo 知识管理简单试用

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示