mvc core 中使用 redis

Posted naliang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mvc core 中使用 redis相关的知识,希望对你有一定的参考价值。

redis 下载安装路径:

https://github.com/MicrosoftArchive/redis/releases

右键打开cmd命令行,运行命令:   .\\redis-server.exe redis.windows.conf

将redis安装成服务:
在该文件夹下运行命令:redis-server.exe --service-install redis.windows.conf

连接客户端:

.\\redis-cli -h 127.0.0.1 -p 6379

 

windows下我们如果想让其他ip地址的用户也能访问到我们的Redis服务,那么就需要对Redis文件夹下的redis.windows.conf进行配置。

技术图片

技术图片

 

以上是关于mvc core 中使用 redis的主要内容,如果未能解决你的问题,请参考以下文章

C# 程序员编程 ASP.NET CORE MVC5 EF Redis 多线程 异步 爬虫 视频教程

在 MVC 5 中使用 MVC .Net Core Tag Helpers

.net core mvc中使用ef

任务13:在Core Mvc中使用Options

如何使用 MVC 的内容协商在 ASP.NET Core MVC 中间件中返回响应?

在 .NET Core 1.0 MVC 的视图中使用授权策略的任何方式?