Commit Graph

23 Commits

Author SHA1 Message Date
ionutboangiu
eb3bd5cc1d Add redisPoolPipelineLimit configuration field for datadb
Sets the maximum number of commands that can be pipelined before flushing.
0 means no limit and pipelines will only be limited by the time window.
2024-07-05 11:21:16 +02:00
ionutboangiu
ed3fa0d294 Add redisPoolPipelineWindow configuration field for datadb
Sets the duration after which internal pipelines are flushed.
0 disabled implicit pipelining.
2024-07-02 19:58:03 +02:00
ionutboangiu
17fbc2d51b Rename mongoScheme opt to mongoConnScheme 2023-12-12 10:10:26 +01:00
ionutboangiu
24cbe49d90 Add support for mongodb+srv conn format
Option can be found in db opts under the name 'mongoSchema'.
2023-12-11 17:15:40 +01:00
gezimbll
c2dacc42c1 Removed warnings from go staticcheck 2023-11-08 17:10:13 +01:00
gezimbll
5a85c119c8 Replacing IsSliceMember ,CloneStringSlice and SliceStringEqual with slices package equivalent functions 2023-11-01 21:52:50 +01:00
ionutboangiu
6c16ff320f Replace interface{} with any 2023-05-31 10:23:12 +02:00
gezimbll
5c4bf0e538 changing db type constants with leading * 2023-03-08 19:15:23 +01:00
ionutboangiu
93d931176e Repair unit tests after making stor and datadb opts into structs 2022-07-12 17:59:09 +02:00
ionutboangiu
aaea87eb33 Make data and stordb opts into structs 2022-07-12 17:59:09 +02:00
Trial97
0a7446bdad Added Config in agent request as dataprovider 2021-02-09 15:16:20 +01:00
Trial97
c539800acd Added more Clone functions for config sections 2020-11-27 08:41:56 +01:00
Trial97
2b19127d05 Added more Clone functions for config sections 2020-11-27 08:41:56 +01:00
porosnicuadrian
ce6c96dd69 Update migrator AsMapInterface method 2020-09-25 13:03:28 +02:00
Trial97
841264a97a Moved all specific DB options in opts 2020-08-28 14:35:42 +02:00
Trial97
c1a96d21a4 Added support for Redis cluster 2020-08-07 09:27:02 +02:00
adragusin
d5294b2a6f Added AsMapInterface method for some config fields 2020-04-15 10:44:47 +02:00
Trial97
c31210feab Added user_filters in migrator 2019-02-21 14:45:38 +01:00
Trial97
765950daba Updated cgrates.json 2018-11-05 15:18:46 +01:00
Trial97
917710642b Added tests for loadercgrcfg, migratorcfg,supplierscfg and thresholdscfg 2018-10-31 11:02:30 +01:00
TeoV
25e3cda1d7 Allow engine to connect to a redis sentinel(+test) 2018-10-03 14:06:22 +02:00
TeoV
5cab183bf6 Update cgr-migrator and add support for threshold 2018-05-22 14:39:46 +02:00
Anevo
9621cd2baf Migrator: Added missing .json config options, updated migrator integration tests. 2018-05-17 12:55:43 +02:00