ILockingStrategy
Locking strategy interface
Assembly: ServiceStack.Redis.dll
View Source
Declaration
public interface ILockingStrategy
Methods
ReadLock()
View Source
Declaration
IDisposable ReadLock()
Returns
System.IDisposable
WriteLock()
View Source
Declaration
IDisposable WriteLock()
Returns
System.IDisposable