摘要:
安装pgsql yum安装并启动 yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install -y p 阅读全文
摘要:
1.安装依赖 yum -y install gcc automake autoconf libtool make 2.编译安装 tar -xvf redis-6.2.8.tar.gz cd redis-6.2.8 make && make install PREFIX=/usr/local/redi 阅读全文