How do I exit a redis-initiated window?
Background: The default installation, after starting Redis, will enter a Redis window, how to exit it? Such as
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/6F/B1/wKiom1WlK62y-yd7AAHibl-wre8984.jpg "title=" QQ picture 20150714233117.png "alt=" Wkiom1wlk62y-yd7aahibl-wre8984.jpg "/>
Solution 1: Press CTRL + C directly
Workaround 2: Change the configuration file to a background boot vim/etc/redis.conf
Change Daemonize No to daemonize Yes
# By default, Redis does not run as a daemon. Use ' yes ' if you need it.# Note that Redis would write a PID file in/var/run/redis.pid when daemonized.daemonize Yes
This article is from the "Technical Achievement Dream" blog, please be sure to keep this source http://pizibaidu.blog.51cto.com/1361909/1674299
How do I exit a redis-initiated window?