摘要: csredis GitHubhttps://github.com/2881099/csredis示例源码https://github.com/luoyunchong/dotnetcore-examples/tree/master/dotnet-core-redis 前提安装并配置好redis服务,可 阅读全文
posted @ 2020-03-09 15:59 心冰之海 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 因为Servicestack.Redies免费每天只能调用6000次,所以找了个免费的能在.NETcore使用的插件CSRedisCore,封装了一下。 redies订阅模式的调用:RedisCoreHelper.Sub(“quote”, action); 1 2 3 4 5 6 7 8 9 10 阅读全文
posted @ 2020-03-09 15:57 心冰之海 阅读(6054) 评论(0) 推荐(0) 编辑
摘要: 以下包括内容: 一、redis下载安装,启动 二、Redis可视化管理工具(Redis Desktop Manager)安装 三、实例化项目 一、redis下载安装,启动 1,redis官方下载地址:https://redis.io/download,redis 64位下载地址:https://gi 阅读全文
posted @ 2020-03-09 13:52 心冰之海 阅读(993) 评论(0) 推荐(0) 编辑
摘要: 1、项目从Nuget中添加引用 Microsoft.Extensions.Caching.Redis 2、创建RedisCacheHelper.cs 帮助类,代码如下 using System;using System.Collections.Generic;using System.Text;us 阅读全文
posted @ 2020-03-09 10:17 心冰之海 阅读(4185) 评论(0) 推荐(0) 编辑