feat: 添加freeredis缓存模块

This commit is contained in:
陈淳
2024-02-17 16:59:57 +08:00
parent 3f1f76b2e8
commit c72a990162
5 changed files with 80 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FreeRedis;
namespace Yi.Framework.Caching.FreeRedis
{
/// <summary>
/// 便于转到定义
/// </summary>
public class FreeSqlOptions: ConnectionStringBuilder
{
}
}