userver: REDIS_SUBSCRIBER_DEFAULT_COMMAND_CONTROL
Loading...
Searching...
No Matches
REDIS_SUBSCRIBER_DEFAULT_COMMAND_CONTROL

REDIS_SUBSCRIBER_DEFAULT_COMMAND_CONTROL Dynamic Config

The same as REDIS_DEFAULT_COMMAND_CONTROL but for subscription clients.

Schema:

# yaml
default: {}
description: |
The same as REDIS_DEFAULT_COMMAND_CONTROL but for subscription clients.
schema:
type: object
additionalProperties: false
properties:
timeout_single_ms:
type: integer
minimum: 1
timeout_all_ms:
type: integer
minimum: 1
best_dc_count:
type: integer
minimum: 1
max_ping_latency_ms:
type: integer
minimum: 1
allow_reads_from_master:
type: boolean
consider_ping:
type: boolean
strategy:
type: string
enum:
- default
- every_dc
- local_dc_conductor
- nearest_server_ping

For a full list of dynamic configs see Dynamic config schemas list