DatabaseUpdate interface
RedisEnterprise 資料庫的部分更新
屬性
client |
指定 redis 用戶端是否可以使用 TLS 加密或純文字 redis 通訊協議進行連線。 預設值為 TLS 加密。 |
clustering |
叢集原則 - 預設值為 OSSCluster。 在建立時間指定。 |
eviction |
Redis 收回原則 - 預設值為 VolatileLRU |
geo |
選擇性的屬性集,可設定此資料庫的異地複寫。 |
modules | 要在此資料庫中啟用的選擇性 redis 模組集合 - 模組只能在建立時新增。 |
persistence | 持續性設定 |
port | 資料庫端點的 TCP 連接埠。 在建立時間指定。 預設為可用的埠。 |
provisioning |
資料庫目前布建狀態注意:此屬性將不會串行化。 它只能由伺服器填入。 |
resource |
資料庫目前的資源狀態注意:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
clientProtocol
指定 redis 用戶端是否可以使用 TLS 加密或純文字 redis 通訊協議進行連線。 預設值為 TLS 加密。
clientProtocol?: string
屬性值
string
clusteringPolicy
叢集原則 - 預設值為 OSSCluster。 在建立時間指定。
clusteringPolicy?: string
屬性值
string
evictionPolicy
Redis 收回原則 - 預設值為 VolatileLRU
evictionPolicy?: string
屬性值
string
geoReplication
選擇性的屬性集,可設定此資料庫的異地複寫。
geoReplication?: DatabasePropertiesGeoReplication
屬性值
modules
persistence
port
資料庫端點的 TCP 連接埠。 在建立時間指定。 預設為可用的埠。
port?: number
屬性值
number
provisioningState
資料庫目前布建狀態注意:此屬性將不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
resourceState
資料庫目前的資源狀態注意:此屬性將不會串行化。 它只能由伺服器填入。
resourceState?: string
屬性值
string