2024-01-31 测试服模块启动成功

IDEA开启Dashboard功能
https://blog.csdn.net/m0_67448168/article/details/133690513

image.png

omsapplication / gateway / auth / user/org /libiary /job /book

book 模块 测试服 发行sdk正常 redis 有坑

brew services start redis
redis-cli -h 127.0.0.1 -p 6379
ps axu | grep redis
keys *
brew services stop redis

Unable to connect to Redis server: zg-redis/127.0.0.1:6379
https://blog.csdn.net/junms0825/article/details/126900045
ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?.
https://blog.csdn.net/weixin_56042678/article/details/131461651

image.png

WRONGPASS invalid username-password pair or user is disabled.. channel: [id: 0x0b0ce720, L:/127.0.0.1:62706 - R:zg-redis/127.0.0.1:6379] command: (AUTH), params: (password masked)
https://www.cnblogs.com/upzhou/p/16759600.html
AUTH <username> <password>

image.png

(error) WRONGPASS invalid username-password pair or user is disabled.
https://blog.csdn.net/SSSSSSSWWA/article/details/130579730
AUTH default a123456
以上都不是正确答案
把这里的 password删除就好

image.png
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容