Skip to content

Update RedisClient initialization

harshit aggarwal requested to merge add-redis-method into master

Update Redis Client to consume Client options and define proper timeouts in RedisConfiguration In a way we have 3 different types of timeouts We have expiry for the keys i.e. TTL for keys in redis, RedisConnectionTimeouts and RedisCommandTimeout Defining them separately as the following were not used in optimal way where TTL for keys were used interchangeably with redis command timeouts

Dependent MR - osdu/platform/system/lib/core/os-core-common!208 (merged)

Edited by harshit aggarwal

Merge request reports