如何在本地配置 Redis 缓存?

How to configure Redis cache on local?

我已经使用 .net core 2.1 应用程序实现了 Redis 缓存。现在的问题是我只有开发连接字符串。我想在我的本地电脑上以某种方式配置和测试 Redis 缓存。我在某处读到可以使用 chocalatey。那么 body 可以推荐我 link 吗?

PS:当我尝试使用 vpn 从开发服务器 运行 redis 缓存时,它显示 select "ResultBox.cs" 文件的弹出窗口。所以我创建了新的 ResultBox.cs 文件并给它路径,但是当我调用 rediscache.Get() 方法时它打开了 ResultBox.cs 文件但是没有任何反应。 body 能说出 ResultBox.cs 的用途吗?

您可以 运行 本地 docker redis 映像。请参阅 this and this 以供参考。

我找到了一种使用 chocolatey 在本地配置 Redis 的方法。使用 this link. If you face Misconf issues while testing on redis-cli this link 会有帮助。