我正在尝试在我的windows Server2012 R2上安装Redis。问题是我找到的所有安装指南都是过时的。
有人能告诉我在Windows上安装Redis的最简单最新的方法吗?
谢谢。
发布于 2014-09-09 17:10:44
我在我的设置中使用了这个指南,希望对你有帮助
https://github.com/ServiceStack/redis-windows#running-microsofts-native-port-of-redis
发布于 2015-03-18 06:17:32
以下是powershell的快速入门:
安装redis choco install -y redis-64的iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
1. run the server: `redis-server`
https://stackoverflow.com/questions/25737582
复制相似问题