你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RedisAccessKeys interface

Redis 缓存访问密钥。

属性

primaryKey

客户端可用于对 Redis 缓存进行身份验证的当前主密钥。 注意:此属性不会序列化。 它只能由服务器填充。

secondaryKey

客户端可用于对 Redis 缓存进行身份验证的当前辅助密钥。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

primaryKey

客户端可用于对 Redis 缓存进行身份验证的当前主密钥。 注意:此属性不会序列化。 它只能由服务器填充。

primaryKey?: string

属性值

string

secondaryKey

客户端可用于对 Redis 缓存进行身份验证的当前辅助密钥。 注意:此属性不会序列化。 它只能由服务器填充。

secondaryKey?: string

属性值

string