7 changed files with 9 additions and 5 deletions
@ -1,7 +1,7 @@ |
|||
using Microsoft.Extensions.DependencyInjection; |
|||
using Volo.Abp.Modularity; |
|||
|
|||
namespace LINGYUN.Abp.Distributed.Redis |
|||
namespace LINGYUN.Abp.DistributedLock.Redis |
|||
{ |
|||
public class AbpRedisLockModule : AbpModule |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
using Microsoft.Extensions.Options; |
|||
using StackExchange.Redis; |
|||
|
|||
namespace LINGYUN.Abp.Distributed.Redis |
|||
namespace LINGYUN.Abp.DistributedLock.Redis |
|||
{ |
|||
public class RedisLockOptions : IOptions<RedisLockOptions> |
|||
{ |
|||
@ -1,7 +1,7 @@ |
|||
using LINGYUN.Abp.ExceptionHandling; |
|||
using System; |
|||
|
|||
namespace LINGYUN.Abp.Distributed |
|||
namespace LINGYUN.Abp.DistributedLock |
|||
{ |
|||
public class DistributedLockException : Exception, IHasNotifierErrorMessage |
|||
{ |
|||
Loading…
Reference in new issue