配置文件
# Redis configuration file example.
#
# Note that in order to read the configuration file, Redis must be
# started with the file path as first argument:
#
# ./redis-server /path/to/redis.conf
#
下載安裝包
到 index of /releases/ 下載對應版本
安裝準備
安裝運行環境
yum install gcc-c++
解壓
tar -zxvf redis-5.0.5.tar.gz
我放在了根目錄
編譯
進入解壓的文件夾,執行 make 命令
cd redis5.0.5
make MALLOC=libc
前言
Windows 下向 VMware 的 CentOS7 虛擬機中複製文件報錯 error when getting information for file “//tmp/vmwarednd/c2d6jq/jdk-8u361-linux-x64.rpm”: no such file or directory
一、卸載預裝的“open-vm-tool”包
檢測是否預裝了open-vm