Table of Contents

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

TimeSpan?

Value

The value of this record

public RedisValue Value { get; }

Property Value

RedisValue