在 Windows Server 2012 上安装和 运行 Redis 的最可靠方法是什么? (2018 年更新)
What is the most robust way to install and run Redis on Windows Server 2012? (Updated for 2018)
我知道以前有人问过这个问题,但早在 2014 年就有人问过。建议的解决方案是 运行 Microsoft 的 Redis 端口。但是,该端口自 2016 年以来就没有被触及过。
据我所知,"Not Recommended"是官方答案:
https://redislabs.com/ebook/appendix-a/a-3-installing-on-windows/
Before we get into how to install Redis on Windows, I’d like to point
out that running Redis on Windows isn’t recommended, for a variety of
reasons. In this section we’ll cover these points:
Reasons why you shouldn’t be running Redis on Windows. How to
download, install, and run a precompiled Windows binary. How to
download and install Python for Windows. How to install the Redis
client library.
但即使是该电子书页面(下一页)也指向现在存档的 MSFT Redis 项目。
我会在 Docker 中使用 运行 Redis
https://hub.docker.com/r/_/redis/
好的...这个答案是好的和官方的,但这个是未来。
Windows Linux 子系统支持 fork(他们说不推荐的原因)并且我能够 运行 我的 Windows 10 笔记本电脑上的 RQ 教程.
我知道以前有人问过这个问题,但早在 2014 年就有人问过。建议的解决方案是 运行 Microsoft 的 Redis 端口。但是,该端口自 2016 年以来就没有被触及过。
据我所知,"Not Recommended"是官方答案:
https://redislabs.com/ebook/appendix-a/a-3-installing-on-windows/
Before we get into how to install Redis on Windows, I’d like to point out that running Redis on Windows isn’t recommended, for a variety of reasons. In this section we’ll cover these points:
Reasons why you shouldn’t be running Redis on Windows. How to download, install, and run a precompiled Windows binary. How to download and install Python for Windows. How to install the Redis client library.
但即使是该电子书页面(下一页)也指向现在存档的 MSFT Redis 项目。
我会在 Docker 中使用 运行 Redis https://hub.docker.com/r/_/redis/
好的...这个答案是好的和官方的,但这个是未来。
Windows Linux 子系统支持 fork(他们说不推荐的原因)并且我能够 运行 我的 Windows 10 笔记本电脑上的 RQ 教程.