emqx_authn_redis {
standalone {
desc {
en: """Configuration of authenticator using Redis (Standalone) as authentication data source."""
zh: """使用 Redis (Standalone) 作为认证数据源的认证器的配置项。"""
}
}
cluster {
desc {
en: """Configuration of authenticator using Redis (Cluster) as authentication data source."""
zh: """使用 Redis (Cluster) 作为认证数据源的认证器的配置项。"""
}
}
sentinel {
desc {
en: """Configuration of authenticator using Redis (Sentinel) as authentication data source."""
zh: """使用 Redis (Sentinel) 作为认证数据源的认证器的配置项。"""
}
}
cmd {
desc {
en: """The Redis Command used to query data for authentication such as password hash, currently only supports HGET
and HMGET
."""
zh: """用于查询密码散列等用于认证的数据的 Redis Command,目前仅支持 HGET
与 HMGET
。"""
}
label: {
en: """Command"""
zh: """Command"""
}
}
}