摘要: 安装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 阅读全文
posted @ 2023-07-03 14:55 星海呀 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-07-03 09:26 星海呀 阅读(53) 评论(0) 推荐(0) 编辑