https://redis.io/download/

  • 安装redis

    一、下载进入官网找到下载地址 https://redis.io/download鼠标右击选择 复制链接地址 进入到Xshell控制台,进入usr/,输入wget,命令如下: [ro…

    数据库 2022年8月2日
  • redis7.x集群部署

    背景介绍 redis 常用集群方案一般分为两种:主从(哨兵)模式 和 redis cluster 方案,因为 cluster亦支持并且官方推荐将node配置成主从结构,即一个mas…

    数据库 2022年7月13日
  • linux 安装redis

    一、下载 下载地址:https://redis.io/download/ cd ~wget -c https://github.com/redis/redis/archive/5.…

    数据库 2022年7月10日