摘要:
简介Redis,全称 Remote Dictionary Server(远程字典服务器) ,全开源基于C语言开发,是高性能的(key/value)分布式内存数据库,基于内存运行并支持持久化的NoSQL数据库,是当前最热门的NoSQL数据库之一,也被人们称为数据结构服务器。 环境准备 操作系统 [ro 阅读全文
摘要:
安装yaf tips:如果想用yaf-3.0的版本,请先安装php7,php5.6的只能用yaf-2.3.5 (据说只有3.0.5版本兼容php7.2) 1、下载 sudo wget https://github.com/laruence/yaf/archive/yaf-3.0.5.tar.gz 2 阅读全文
摘要:
uname -aLinux vmcentos7-1 3.10.0-1160.11.1.el7.x86_64 #1 SMP Fri Dec 18 16:34:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux cd /usr/local/ mkdir nodejs c 阅读全文