8000 GitHub - 246850/WebRedis: 基于asp.net core 3.1框架体系和StackExchange.Redis调用Redis命令编辑的Web客户端
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

基于asp.net core 3.1框架体系和StackExchange.Redis调用Redis命令编辑的Web客户端

Notifications You must be signed in to change notification settings

246850/WebRedis

Repository files navigation

WebRedis

基于asp.net core 3.1框架体系和StackExchange.Redis调用Redis命令编辑的Web客户端(注:尚在优化中,是个半成品)

配置

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "MySQL": "server=localhost;user id=root;password=123456; database=webredisdb; charset=utf8"
  }
}

数据库MySql执行文件(webredisdb.sql)

演示站点

http://101.132.140.8:3611

About

基于asp.net core 3.1框架体系和StackExchange.Redis调用Redis命令编辑的Web客户端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0