IDEA开启Dashboard功能
https://blog.csdn.net/m0_67448168/article/details/133690513
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
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>
(error) WRONGPASS invalid username-password pair or user is disabled.
https://blog.csdn.net/SSSSSSSWWA/article/details/130579730
AUTH default a123456
以上都不是正确答案
把这里的 password删除就好