要配置Redis允许本地访问,你需要进行以下步骤:
bind 127.0.0.1
#
bind ::1
redis-server
redis-cli shutdown redis-server
这样,你就可以通过本地IP地址(127.0.0.1或::1)来访问本地Redis服务器了。