采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
无法连接客户端
bind 127.0.0.1 代表只有127.0.0.1可以访问。
protected-mode yes 也是代表127.0.0.1可以访问,是redis 3.2的一个特性,实际在生产过程中是比较鸡肋的。
建议
protected-mode no
bind ""
为了安全可以加一下密码 requirepass
我更改了不管用, 我安装的时候直接Install安装的,没有指定安装路径 。 他默认安装在哪里呢?
连接成功了 不能把bind改成"" 而是应该把bind""注释掉。 老师谢谢您。
非常感谢!
这是配置文件的截图
配置文件发我看下。
cat redis.conf | grep -v "#" | grep -v "^$"
[root@iz2ze5hx5ga7a9iwezawqpz redis-4.0.1]# cat redis.conf | grep -v "#" | grep -v "^$" bind 127.0.0.1 protected-mode yes port 6379 tcp-backlog 511 timeout 0 tcp-keepalive 300 daemonize no supervised no pidfile /var/run/redis_6379.pid loglevel notice logfile "" databases 16 always-show-logo yes save 900 1 save 300 10 save 60 10000 stop-writes-on-bgsave-error yes rdbcompression yes rdbchecksum yes dbfilename dump.rdb dir ./ slave-serve-stale-data yes slave-read-only yes repl-diskless-sync no repl-diskless-sync-delay 5 repl-disable-tcp-nodelay no slave-priority 100 lazyfree-lazy-eviction no lazyfree-lazy-expire no lazyfree-lazy-server-del no slave-lazy-flush no appendonly no appendfilename "appendonly.aof" appendfsync everysec no-appendfsync-on-rewrite no auto-aof-rewrite-percentage 100 auto-aof-rewrite-min-size 64mb aof-load-truncated yes aof-use-rdb-preamble no 这是头40行
lua-time-limit 5000 slowlog-log-slower-than 10000 slowlog-max-len 128 latency-monitor-threshold 0 notify-keyspace-events "" hash-max-ziplist-entries 512 hash-max-ziplist-value 64 list-max-ziplist-size -2 list-compress-depth 0 set-max-intset-entries 512 zset-max-ziplist-entries 128 zset-max-ziplist-value 64 hll-sparse-max-bytes 3000 activerehashing yes client-output-buffer-limit normal 0 0 0 client-output-buffer-limit slave 256mb 64mb 60 client-output-buffer-limit pubsub 32mb 8mb 60 hz 10 aof-rewrite-incremental-fsync yes 这是剩下的
我把配置文件也截图了。 老师您也可以直接看图
我用的是官网最新的, 4.0.1 。确实使用的是阿里云。 安全组打开了。
提供下redis版本,看着像阿里云机器,确认下安全组是否正确
登录后可查看更多问答,登录/注册
Redis课程升级!系统梳理Redis知识体系,掌握redis必备!
1.2k 1
1.2k 2
935 12
2.1k 9
831 6