摘要:
go tool pprof --text http://localhost:7777/debug/pprof/heap go tool pprof --text http://localhost:7777/debug/pprof/profile 阅读全文
posted @ 2018-03-19 11:15
traits
阅读(84)
评论(0)
推荐(0)
摘要:
安装redis服务端 远程访问redis redis配置密码1.通过配置文件进行配置vim /etc/redis/redis.conf 找到 去掉行前的注释,并修改密码为所需的密码,保存文件 重启redis sudo service redis restart 用密码登录 master配置了密码,s 阅读全文
posted @ 2018-03-19 11:02
traits
阅读(141)
评论(0)
推荐(0)