Skip to main content

Namespace ServiceStack.Redis.Support.Locking

Classes

DisposableDistributedLock

distributed lock class that follows the Resource Allocation Is Initialization pattern

DistributedLock

NoLockingStrategy

ReaderWriterLockingStrategy

ReadLock

This class manages a read lock for a local readers/writer lock, using the Resource Acquisition Is Initialization pattern

WriteLock

Structs

LockState

Interfaces

IDistributedLock

Distributed lock interface

IDistributedLockAsync

Distributed lock interface

ILockingStrategy

Locking strategy interface