linux环境下遇到的所有问题

启动redis

# 进去到src目录下,指定配置文件启动
./redis-server ../redis.conf

设置外网访问

更改redis.conf 文件
bind 127.0.0.1 protected-mode yes 更改为
# bind 127.0.0.1 protected-mode no 重启redis

设置访问密码

打开redis.conf文件,搜索requirepass关键字

设置后台启动

daemonize  yes
上一篇:MyBatis绑定Mapper接口参数到Mapper映射文件sql语句参数


下一篇:Android Message handling (based on KK4.4)