Redis is a high-performance dictionary database. Its emergence solves the problems of memcached and keyvalue storage. Below, the editor of Liangxu Tutorial Network will share with you how to start Redis.
Redis startup command under linux
/usr/local/bin/redis-server /home/data/redis-3.2.1/redis.conf 1If you don’t know the location of the redis-server file Enter the following command to query the location
find / -name redis-server1 to check whether the startup is successful:
netstat -nplt1
The above is the detailed content of What is the method to start Redis in Linux system?. For more information, please follow other related articles on the PHP Chinese website!