Back to Redis

Proxy

content/operate/rs/7.22/references/rest-api/objects/proxy.md

latest2.2 KB
Original Source

An API object that represents a proxy in the cluster.

NameType/ValueDescription
uidintegerUnique ID of the proxy (read-only)
backlogintegerTCP listen queue backlog
client_evictionboolean (default: false)If true,, enables client eviction based on maxmemory_clients.
client_keepcntintegerClient TCP keepalive count
client_keepidleintegerClient TCP keepalive idle
client_keepintvlintegerClient TCP keepalive interval
connsintegerNumber of connections
duration_usage_thresholdinteger, <nobr>(range: 10-300)</nobr>Max number of threads
dynamic_threads_scalingbooleanAutomatically adjust the number of threads
ignore_bdb_cconn_limitbooleanIgnore client connection limits
ignore_bdb_cconn_output_buff_limitsbooleanIgnore buffer limit
incoming_connections_capacityinteger (default: 0)The maximum number of concurrent incoming connections, also known as the maximum burst size. The default is 0, which means no limit.
incoming_connections_min_capacityinteger (default: 10)The minimum number of free slots required before accepting new connections after an overflow.
incoming_connections_rate_limitinteger (default: 0)The maximum number of incoming connections per second. The default is 0, which means no limit.
log_levelcrit
error
warn
info
trace
debugMinimum log level to log. Only logs with this level or greater will be logged.
max_listenersintegerMax number of listeners
max_serversintegerMax number of Redis servers
max_threadsinteger, <nobr>(range: 1-256)</nobr>Max number of threads
max_worker_client_connsintegerMax client connections per thread
max_worker_server_connsintegerMax server connections per thread
max_worker_txnsintegerMax in-flight transactions per thread
maxmemory_clientsinteger (default: 4294967296)Maximum total memory, in bytes, used by clients
threadsinteger, <nobr>(range: 1-256)</nobr>Number of threads
threads_usage_thresholdinteger, <nobr>(range: 50-99)</nobr>Max number of threads