34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
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 <code>HGET</code> and <code>HMGET</code>."""
|
||
zh: """用于查询密码散列等用于认证的数据的 Redis Command,目前仅支持 <code>HGET</code> 与 <code>HMGET</code>。"""
|
||
}
|
||
label: {
|
||
en: """Command"""
|
||
zh: """Command"""
|
||
}
|
||
}
|
||
}
|