Skip to content

API 参考 / @142vip/redis / RedisMode

枚举: RedisMode

定义于: io-redis.ts:10

io-redis支持的连接模式

枚举成员

CLUSTER

CLUSTER: "cluster"

定义于: io-redis.ts:12


SENTINEL

SENTINEL: "sentinel"

定义于: io-redis.ts:13


STANDARD

STANDARD: "standard"

定义于: io-redis.ts:11