Note
This parameter is introduced in ODP V4.3.3.
Description
rpc_redis_max_monitor_num sets the maximum number of monitors for OBKV-Redis.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Integer |
| Default value | 30 |
| Value range | [0, +∞) |
| Effective only after ODP restart | No |
Examples
Run the following command to set the maximum to 40:
obclient> alter proxyconfig set rpc_redis_max_monitor_num= 40;
