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