Redis Windows版及可视化工具 下载、安装【图文】

编程知识 更新时间:2023-05-02 16:56:25

目录

    • Redis Windows 下载、安装
      • 1 官网地址
      • 2 下载后解压
      • 3 修改`redis.windows.conf`文件
      • 4 启动Redis
    • Redis可视化工具
      • AnotherRedisDesktopManager (免费)(推荐)
      • RedisDesktopManager (不支持集群)(新版收费)
      • FastoRedis (支持集群)(收费)
    • 推荐文章


Redis Windows 下载、安装

Windows 版本主要是方便初学者学习redis,推荐使用【Linux版本】

1 官网地址

windows版官方下载地址

这里以预发行版3.2.100为例

2 下载后解压

3 修改redis.windows.conf文件

修改密码为root,这里以admin为例,实际自行配置)

requirepass root

4 启动Redis

win + R 输入 cmd,进入Redis的安装目录下

  • 启动服务端
redis-server redis.windows.conf

  • 启动客户端
redis-cli -h 127.0.0.1 -p 6379 -a root

这里的root是上面配置文件中配置的密码

如果报错(error) ERR operation not permitted,使用auth 密码进行验证


Redis可视化工具

  • AnotherRedisDesktopManager (免费)(推荐)

AnotherRedisDesktopManager 使用

  • RedisDesktopManager (不支持集群)(新版收费)

链接:https://pan.baidu/s/1efPy6gQwfTuK7mC6I23E1w
提取码:3s36
官方GitHub地址: https://github/uglide/RedisDesktopManager/releases

  • FastoRedis (支持集群)(收费)

官方下载地址: https://fastoredis/anonim_users_downloads



推荐文章

2021 强烈推荐几款常用Redis可视化工具

更多推荐

Redis Windows版及可视化工具 下载、安装【图文】

本文发布于:2023-04-27 10:42:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/6dd6ae89c477ab4b9b700f772829ff09.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:图文   工具   Redis   Windows

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 106876文章数
  • 26987阅读数
  • 0评论数