Home > Database > Redis > body text

How to stop redis

(*-*)浩
Release: 2019-11-29 10:07:26
Original
6473 people have browsed it

How to stop redis

How to stop the Redis server? The stop method command started by the script: /etc/init.d/redis_6380 stop                                                                                                                                                                                                                                                                          ##If you do not use a script to start, you need to use the redis-cli shutdown command to stop Command: redis-cli -p 8888 shutdownredis-cli -p 6379 shutdown

How to stop redis

Force end the program. Using kill -9 the pid of the process, forcibly terminating the Redis process may result in the loss of redis persistence;

How to stop redis

For more Redis-related technical articles, please visit Learn in the Redis Getting Started Tutorial column!

The above is the detailed content of How to stop redis. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!