gezimbll
c602dbc2a5
added rsparser field in dynamicOpts
...
changed Value field to unexported and created a Value() method
on each dynOpts type that contains logic to create a rsparser
in case the value field a configuration starts with prefix "~"
otherwise it will return the specified value
2025-01-22 17:36:26 +01:00
gezimbll
2b04066504
added parsing the event for *usage opts in accounts
2025-01-10 12:31:44 +01:00
ionutboangiu
2339bff30d
Fix compilation errors in unit tests
...
due to DynamicStringSliceOpt.Value being renamed to Values
2025-01-08 20:32:55 +01:00
ionutboangiu
e0c05ecfa7
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).
2024-10-29 18:54:51 +01:00
ionutboangiu
0063ef3822
Add support for mongodb+srv conn format
...
Option can be found in db opts under the name 'mongoConnScheme'.
2024-09-05 20:46:40 +02:00
gezimbll
3403a91a2b
Revise integration tests
2023-11-29 16:25:18 +01:00
arberkatellari
6fbf001116
Add and improve coverage tests
2023-02-27 09:14:19 +01:00
ionutboangiu
d9f567b0a3
Rename RedisMaxAttempts to RedisConnectionAttempts
2022-07-14 14:59:28 +02:00
ionutboangiu
81793af5de
Make hardcoded options configurable for redis and solve compilation errors
2022-07-07 18:05:14 +02:00
ionutboangiu
523045cc12
Add timeout options for redis and solve compilation errors
2022-07-03 13:08:52 +02:00
andronache98
ecdf5e54ea
Changed headers
2022-03-09 14:14:30 +01:00
andronache98
9ec56f5155
Changed headers
2022-03-09 14:14:30 +01:00
ionutboangiu
5d2089979c
Remove tenant from arguments for config storage functions
2022-03-02 16:02:15 +02:00
ionutboangiu
b2f11e7f42
Implement config drv funcs for redis, mongo and internal dbs
2022-03-02 12:06:33 +02:00