wget
為了方便管理,將redis檔案中的conf配置檔案和常用命令移動到統一檔案中
[root@localhost test]# pwd
/home/test
[root@localhost test]# mkdir -p redis/
[root@localhost test]# tar xf redis-3.0.6.tar.gz
[root@localhost test]# cd redis-3.0.6
[root@localhost redis-3.0.6]# make
[root@localhost redis-3.0.6]# make install
[root@localhost redis]# cp ../redis-3.0.6/redis.conf etc/
[root@localhost src]# cp redis-benchmark redis-check-aof redis-check-dump redis-cli redis-server mkreleasehdr.sh redis-sentinel redis-trib.rb /home/test/redis/bin/
後台啟動redis服務
編輯conf檔案,將daemonize屬性改為yes(表明需要在後台執行)
[root@localhost bin]# ./redis-server /home/test/redis/etc/redis.conf
redis 備份與恢復
備份redis之前先停止redis服務:
[root@localhost redis]# pwd
/home/test/redis
[root@localhost redis]# redis-cli shutdown
將dump.rdb 檔案備份
cp dump.rdb dump.rdb.bak 備份資料
rm -rf dump.rdb 刪除資料
cp dump.rdb.bak dump.rdb 恢復資料
[root@localhost redis]# redis-server etc/redis.conf 起服務
看資料是否恢復
如果需要認證修改配置檔案:
requirepass password
如果需要遠端登入修改配置檔案:
bind 0.0.0.0
memcache搭建文件
memcache搭建文件 wget wget c 安裝依賴包 tar zxvf libevent 1.4.14b stable.tar.gz cd libevent 1.4.14b stable configure prefix usr local libevent make make instal...
ftp搭建文件
檢視所有的安裝的軟體包 並在結果中查詢包含vsftp 的檔案 rpm qa grep vsftpd 如果沒有裝則使用yum命令安裝 yum y install vsftpd 建立使用者 useradd xiao passwd xiao 回車 給使用者xiao設定登入密碼 建立使用者並指定使用者目錄 ...
hdfs ha 搭建文件 高可靠
1 防火牆 service iptables stop 2 時間同步 yum install ntp ntpdate u s2c.time.edu.cn 或者date s 20180503 3 免金鑰 遠端執行命令 在兩個主節點生成金鑰檔案 ssh keygen t rsa p f ssh id r...