mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
CONFIG REWRITE: support for client-output-buffer-limit.
This commit is contained in:
@ -492,6 +492,8 @@ typedef struct clientBufferLimitsConfig {
|
||||
time_t soft_limit_seconds;
|
||||
} clientBufferLimitsConfig;
|
||||
|
||||
extern clientBufferLimitsConfig clientBufferLimitsDefaults[REDIS_CLIENT_LIMIT_NUM_CLASSES];
|
||||
|
||||
/* The redisOp structure defines a Redis Operation, that is an instance of
|
||||
* a command with an argument vector, database ID, propagation target
|
||||
* (REDIS_PROPAGATE_*), and command pointer.
|
||||
|
Reference in New Issue
Block a user