install ubuntu redis

Installation: sudo apt-get install redis- server 
installation is complete, Redis server will automatically start , we check the Redis server program
checks server processes: ps -aux | grep redis
check the Redis server status: netstat -nlt | grep 6379
by starting command to check Redis server status: sudo /etc/init.d/redis-server status
installed Redis server, automatically mounted Redis command line program with

 

 

 

 

 



Guess you like

Origin www.cnblogs.com/testzcy/p/10962612.html