11 lines
142 B
C#
11 lines
142 B
C#
namespace MiaoYu.Core.Redis.Services;
|
|
|
|
/// <summary>
|
|
/// redis 服务
|
|
/// </summary>
|
|
public interface IRedisService : IBaseRedisService
|
|
{
|
|
|
|
|
|
|
|
} |