Class RedisOptions
Redis 配置选项
public sealed class RedisOptions
- Inheritance
-
RedisOptions
- Inherited Members
Properties
Channel
public string? Channel { get; set; }
Property Value
ConnectTimeoutMs
public int ConnectTimeoutMs { get; set; }
Property Value
ConnectionString
public string? ConnectionString { get; set; }
Property Value
Database
public int? Database { get; set; }
Property Value
- int?
KeyPrefix
public string? KeyPrefix { get; set; }
Property Value
OperationTimeoutMs
public int OperationTimeoutMs { get; set; }
Property Value
ScanPageSize
SCAN 命令每次返回的键数量,默认 250
public int ScanPageSize { get; set; }