Ubuntu上安装

redis安装

1 相关资源

  • 中文网站:http://redis.cn
  • 官方网站:http://redis.io

2 redis的安装

1)解压压缩包:tar -zxvf redis-3.2.1.tar.gz

2)进入解压后的目录,终端输入编译源码:make
Ubuntu上安装Redis

3)安装:sudo make install

3 配置文件

在启动redis服务器时,我们可以为其指定一个配置文件,我是拷贝到了一个文件夹中,它运行生成的日志我也存放到了这个文件夹中
运行时使用即可,如下图
Ubuntu上安装Redis

Ubuntu上安装Redis

Ubuntu上安装Redis
相关修改,安需求修改
Ubuntu上安装Redis

配置文件相关介绍

redis配置文件被分成了几大块区域,它们分别是:
1)通用(general)
2)快照(snapshotting)
3)复制(replication)
4)安全(security)
5)限制(limits)
6)追加模式(append only mode)
7)LUA脚本(lua scripting)
8)慢日志(slow log)
9)事件通知(event notification)

具体参数说明

https://blog.csdn.net/weixin_45525272/article/details/107779056

redis-desktop-manager下载

官方:http://docs.redisdesktop.com/en/latest/install/

链接:https://pan.baidu.com/s/1qabwl4T8oais07uXPjwrCA
提取码:51lo
Ubuntu上安装Redis

相关文章:

  • 2021-08-08
  • 2021-06-19
  • 2021-12-18
猜你喜欢
  • 2022-12-23
  • 2021-09-06
  • 2021-05-24
  • 2021-06-04
  • 2021-05-19
  • 2021-06-06
相关资源
相似解决方案