Redis安裝教程

2021-09-23 13:29:12 字數 1464 閱讀 5186

redis 安裝

windows ,僅供自娛自樂

linux(en) , linux(cn) 步驟

linux

解壓完成後出現tar -zxvf redis-***的目錄

[root@ray ~]# cd /opt/

[root@ray opt]# ll

total 1936

drwxrwxr-x 6 root root 4096 may 22 21:49 redis-5.0.5

-rw-r--r-- 1 root root 1975750 may 22 21:14 redis-5.0.5.tar.gz

[root@ray opt]#

cd 進目錄,執行make命令

​ 這是由於第一次執行make命令,由於沒有gcc命令 安裝失敗,導致有一些殘餘檔案

​ 解決方法:執行make distclean命令之後,再次 執行make命令 即可成功執行,執行完成,繼續執行make install命令

​ 配置檔案放在 redis/ 下

# the working directory.

## the db will be written inside this directory, with the filename specified

# above using the 'dbfilename' configuration directive.##

# note that you must specify a directory here, not a file name.

dir /home/redis/data/

​ 資料儲存路徑指定 為 /home/redis/data/

​ 配置檔案放在 redis/ 下

[#2#root@it2 ~]$ll /home/redis/

總用量 64k

drwxr-xr-x. 5 root root 45 5月 23 11:02 ../

-rw-r--r--. 1 root root 61k 5月 23 11:04 6379.conf

drwxr-xr-x. 3 root root 35 5月 23 11:09 ./

drwxr-xr-x. 2 root root 22 5月 23 11:10 data/

​ 3. 關閉保護模式

​ 4.

[#4#root@it2 ~]$redis-cli -p 6379

127.0.0.1:6379> ping

pong

127.0.0.1:6379>

windows

Redis安裝教程

redis是比較流行的nosql資料庫之一,下面來記錄下redis的安裝過程 redis版本 redis 3.0.1 linux版本 red hat enterprise linux workstation release 7.0 maipo 解壓 tar zxvf redis 3.0.1.tar....

redis安裝教程

redis安裝教程 2 解壓,安裝 3 測試redis是否成功 4 將redis註冊成window服務 5 服務常用操作命令 6 配置遠端訪問 7 客戶端連線測試,大功告成 2 解壓,安裝 在redis的目錄下shift 滑鼠右鍵,開啟window命令。執行 redis server.exe red...

Redis安裝教程

redis是比較流行的nosql資料庫之中的乙個,以下來記錄下redis的安裝過程 redis版本號 redis 3.0.1 linux版本號 red hat enterprise linux workstation release 7.0 maipo 解壓 tar zxvf redis 3.0.1...