Struct RedisValueWithExpiry
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Describes a value/expiry pair
public struct RedisValueWithExpiry
- Inherited Members
Properties
Expiry
The expiry of this record
public TimeSpan? Expiry { get; }
Property Value
Value
The value of this record
public RedisValue Value { get; }