makemake PREFIX=/usr/local/redis installmkdir /etc/redis/cp redis.conf /etc/redis/
打开redis.conf文件修改daemonize yes即可在后台运行vim /etc/redis/redis.conf
使用配置文件启动redis服务./redis-server /etc/redis/redis.conf
如何查看redis服务正常启动?使用ps查看或netstat
ps aux | grep redis-servernetstat -tunple | grep 6
Linux是一种免费使用和自由传播的类UNIX操作系统,是一个基于POSIX的多用户、多任务、支持多线程和多CPU的操作系统,使用Linux能运行主要的Unix工具软件、应用程序和网络协议。
以上是Linux系统怎么查看Redis状态的详细内容。更多信息请关注PHP中文网其他相关文章!