Table of Contents

Class RedisOptions

Namespace
Apq.Cfg.Redis
Assembly
Apq.Cfg.Redis.dll

Redis 配置选项

public sealed class RedisOptions
Inheritance
RedisOptions
Inherited Members

Properties

Channel

public string? Channel { get; set; }

Property Value

string

ConnectTimeoutMs

public int ConnectTimeoutMs { get; set; }

Property Value

int

ConnectionString

public string? ConnectionString { get; set; }

Property Value

string

Database

public int? Database { get; set; }

Property Value

int?

KeyPrefix

public string? KeyPrefix { get; set; }

Property Value

string

OperationTimeoutMs

public int OperationTimeoutMs { get; set; }

Property Value

int

ScanPageSize

SCAN 命令每次返回的键数量,默认 250

public int ScanPageSize { get; set; }

Property Value

int