三、Signalr WebApi客服-客户链接+Redis(集群扩展)
2021-01-20 22:13
标签:div eric webapi empty src alt 参数 api 安装 三、Signalr WebApi客服-客户链接+Redis(集群扩展) 标签:div eric webapi empty src alt 参数 api 安装 原文地址:https://www.cnblogs.com/fger/p/12119396.html一、扩展Redis集群
1、安装CSRedisCore 3.3.0
2、访问
代码如下:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
// For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
namespace DemoCore.Controllers
{
[Route("api/[controller]/[action]")] //Api控制器
[ApiController]
public class HomeController : Controller
{
private ILogger _logger;
public HomeController(ILogger
上一篇:C#6新特性,让你的代码更干净
下一篇:windows10删除用户头像
文章标题:三、Signalr WebApi客服-客户链接+Redis(集群扩展)
文章链接:http://soscw.com/index.php/essay/44728.html