修改 Redis 的配置文件 /etc/redis.conf
# bind 127.0.0.1 -::1
bind 0.0.0.0
protected-mode no
requirepass 123456
连接即可
# h - host, p - port, a - auth
redis-cli -h <ip地址> -p <端口6379> -a <密码>
原创文章,作者:端木书台,如若转载,请注明出处:https://blog.ytso.com/274776.html
修改 Redis 的配置文件 /etc/redis.conf
# bind 127.0.0.1 -::1
bind 0.0.0.0
protected-mode no
requirepass 123456
连接即可
# h - host, p - port, a - auth
redis-cli -h <ip地址> -p <端口6379> -a <密码>
原创文章,作者:端木书台,如若转载,请注明出处:https://blog.ytso.com/274776.html