Blogger Information
Blog 41
fans 0
comment 0
visits 29503
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0724作业2019年7月25日10点27分
Viggo的博客
Original
722 people have browsed it
  1. 到官方网站查看下载地址 https://redis.io/download

下载,提取和编译Redis:

$ wget http://download.redis.io/releases/redis-5.0.5.tar.gz
$ tar xzf redis-5.0.5.tar.gz
$ cd redis-5.0.5
$ make

编译二进制文件,运行Redis:

$ src/redis-server

启动redis客户端:

$ src/redis-cli

set key value  设置更改命令

get key 获取命令

del dey 删除命令

set key value EX 10 设置一个带生效周期的值 10秒后过期


安装完毕图

安装完毕.png


使用redis图

使用redis.png


修改启动方式 变成守护进程 服务形式启动

修改守护启动.png

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