2022怡然:邮件自动报警

来自CloudWiki
跳转至: 导航搜索

安装Redis

yum install redis -y

Redis启动

[root@ecs-c031 receive-mail]# redis-server /etc/redis.conf &

[1] 519787

[root@ecs-c031 receive-mail]# ps -ef | grep redis

root      519787  517298  0 07:05 pts/0    00:00:00 redis-server 127.0.0.1:6379
root      519794  517298  0 07:05 pts/0    00:00:00 grep --color=auto redis

https://blog.csdn.net/u010520724/article/details/109670156

Redis基本操作

https://www.cnblogs.com/yrdy/p/16529806.html