20230801 โ
npm install โ
node fibers โ
shell
npm uninstall fibers
yarn remove fibers
redis auth โ
shell
C:\Users\Lenovo>redis-cli.exe
127.0.0.1:6379> auth 123456
(error) ERR Client sent AUTH, but no password is set
127.0.0.1:6379> config set requirepass 123456
OK
127.0.0.1:6379> auth 123456
OK
127.0.0.1:6379> exit