下载:
启动服务:
启动客户端:
安装完成后,拷贝一份Redis安装目录下的redis.com到任意目录,建议保存:/etc/redis/redis/redis.conf(Window无需修改)
修改配置文件redis.conf:在redis.conf里注释 bind 127.0.0.1; daemonize yno表示Redis.conf默认不作为守护进程,即在运行redis-server/ect/redis/redis.conf时,将显示Redis启动提示的图画。改为daemonize yes 则默认后台运行