摘要: redis安装 1.下载源码包 wget http://download.redis.io/releases/redis-4.0.11.tar.gz 2.解压安装 tar zxvf redis-4.0.11.tar.gz -C /usr/local cd /usr/local/redis-4.0.1 阅读全文
posted @ 2021-10-31 17:28 Noleaf 阅读(129) 评论(0) 推荐(0)
摘要: memcached1.6源码安装 1.下载memcached和libevent memcached安装依赖libevent,所以需要先安装libevent https://libevent.org/ https://www.memcached.org/ [root@localhost ~]# wge 阅读全文
posted @ 2021-10-31 16:33 Noleaf 阅读(163) 评论(0) 推荐(0)