CONFIG REWRITE: support for client-output-buffer-limit.

This commit is contained in:
antirez
2013-05-13 18:34:18 +02:00
parent f62851aea9
commit cb8433f313
3 changed files with 50 additions and 11 deletions

View File

@ -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.