安裝redis
2、在linux /usr資料夾下新建redis資料夾,拷貝安裝包redis-3.0.4.tar.gz到redis資料夾
3、解壓tar.gz包
[root@localhost redis]tar zxvfredis-3.0.4.tar.gz4、編譯安裝包
[root@localhost redis]make配置redis1、開啟redis目錄,新建資料夾etc (配置檔案目錄)、run(執行pid檔案目錄)、var(映象備份檔案目錄)
2、在etc目錄下編輯配置檔案redis_6379.conf
[root@localhost etc]#viredis_6379.conf
#是否後台執行3、儲存並退出,完成配置。daemonize yes
#pid檔案儲存路徑
pidfile /usr/redis/run/redis_6379.pid
#埠號port
6379
#接收來自於哪個個ip位址的請求,如果不設定,將處理所有請求
bind
127.0.0.1
#超時,單位為秒
timeout
300#log日誌級別分為4級,debug,verbose,notice,warning,生產環境一般開啟notice
loglevel notice
#log日誌位置,不設定,預設列印命令列終端
logfile stdout
#資料庫個數,預設使用0資料庫
datebase
16#設定redis進行資料庫映象的頻率,單位為秒,意思為當900秒之內有1個key發生變化時,進行映象備份
s**e
9001
s**e
30010
s**e
6010000
#進行映象備份是否壓縮
rdbcompression yes
#映象備份檔案名
dbfilename dump.rdb
#資料庫映象存放位置
dir /usr/redis/var/#設定該資料庫是否為其他資料庫的從資料庫
sl**eof yes
#設定同時鏈結的客戶端數量
maxclients
12800
#是否預設備份資料庫映象到磁碟
#是否開啟虛擬記憶體
vm-enabled no
vm-swap-file /tmp/redis.swap
vm-max-memory 0
vm-page 134217728
vm-page-size 32
vm-max-threads 4
hash-max-zipmap-entries 512
hash-max-zipmap-value 64
list-max-ziplist-entries 512
list-max-ziplist-value 64
set-max-intset-entries 512
activerehashing yes
測試redis
1、啟動redis服務,在linux終端輸入src/redis-server命令啟動redis
2、客戶端鏈結驗證,開啟另乙個視窗,例如我是用xsell管理的,開啟xsell連線到linux伺服器,輸入命令src/redis-cli,如出現以下情況說明鏈結客戶端成功。
CentOS 7下安裝配置FTP
ftp工具使用flashfxp,不推薦使用filezilla。yum install y vsftpdvi etc vsftpd vsftpd.conf anonymous enable no anonymous enable yes chroot local user yes 去掉前面的注釋 ch...
CentOS7下安裝配置vncserver
centos7下安裝配置 centos7下安裝配置 centos7安裝配置vncserver centos上vnc 啟動和關閉 常見問題彙總 vnc 連線不上,出現warning zhouziqi 1 is taken because of tmp x11 unix x1 vnc和主機之間共享剪下板...
CentOS7下安裝配置vncserver
首先試試伺服器裝了vnc沒 root wic rpm q tigervnc tigervnc server沒安裝的話會直接出現 package tigervnc is not installed package tigervnc server is not installed第一步,安裝vnc pa...