Blogger Information
Blog 40
fans 0
comment 0
visits 29250
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
redis安装--2019-07-25
小人物的博客
Original
613 people have browsed it

a.png

b.png

搜redis.io
download
check the downloads page
download 5.0.5


cd /home
get http://download.redis.io/releases/redis-5.0.5.tar.gz

tar -xzvf redis-5.0.5.tar.gz
cd redis-5.0.5
make


运行 server
./redis-server ../redis.conf

运行客户端
cd /home
cd redis.5.0.5
cd src
./redis-cli

命令
set name nike  设置
get name    调用
set name AD EX 10   保留10秒

Correction status:qualified

Teacher's comments:继续
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post