Redis在Linux、Windows、Mac、WSL、Docker的安装

60次阅读
没有评论

使用Docker来安装Redis(推荐)

使用Docker来安装Redis可以跨平台、通用。

Linux系统安装Redis

apt install redis

Windows系统安装Redis

Windows子系统WSL安装Redis

Windows子系统WSL安装Redis跟直接在Linux系统安装Redis的方式是一样的。

Windows原生安装Redis

在Windows,Redis官方推荐使用的方式是通过Windows子系统WSL来安装Redis,Redis官方是没有开发Windows原生版本的,但是有其他第三方开发维护的版本:

  • Memurai:商业公司维护,兼容Redis最新版本API,提供开发者版本(免费)和企业版本(收费)
  • Redis on Windows:微软公司维护的版本,最新版本3.05.504,发布于2016年7月1日(版本太老,无人维护,不推荐)
  • Redis for Windows:基于微软维护的版本衍生的更新版本,目前只支持Redis 5,最新版本为:5.0.14.1,发布于2022年2月17日(版本太老,无人维护,不推荐)

注意:不推荐在生产环境使用Windows版本的Redis

正文完
 0
wujingquan
版权声明:本站原创文章,由 wujingquan 于2024-11-16发表,共计492字。
转载说明:Unless otherwise specified, all articles are published by cc-4.0 protocol. Please indicate the source of reprint.
评论(没有评论)