mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Add redis pipeline window and limit cfg opts
Set redisPoolPipelineWindow to control duration before pipeline flush (0 disables implicit pipelining) and redisPoolPipelineLimit for max commands per pipeline (0 means no limit, only time window applies).
This commit is contained in:
committed by
Dan Christian Bogos
parent
3666dea54e
commit
e0c05ecfa7
@@ -1914,6 +1914,8 @@ const (
|
||||
RedisConnectTimeoutCfg = "redisConnectTimeout"
|
||||
RedisReadTimeoutCfg = "redisReadTimeout"
|
||||
RedisWriteTimeoutCfg = "redisWriteTimeout"
|
||||
RedisPoolPipelineWindowCfg = "redisPoolPipelineWindow"
|
||||
RedisPoolPipelineLimitCfg = "redisPoolPipelineLimit"
|
||||
RedisTLSCfg = "redisTLS"
|
||||
RedisClientCertificateCfg = "redisClientCertificate"
|
||||
RedisClientKeyCfg = "redisClientKey"
|
||||
|
||||
Reference in New Issue
Block a user