Note
This parameter is introduced in ODP V4.3.4.
Description
rpc_force_use_original_redis_protocol controls whether to force the native Redis protocol.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Boolean |
| Default value | True |
| Value range |
|
| Effective only after ODP restart | No |
Examples
Run the following command to stop forcing the native Redis protocol:
obclient> alter proxyconfig set rpc_force_use_original_redis_protocol='False';
