Skip to content

Commit

Permalink
Redis conf (#232)
Browse files Browse the repository at this point in the history
Update redis conf

Signed-off-by: kbatra <i.kushalbatra@gmail.com>
  • Loading branch information
s0nicboOm authored Jul 14, 2023
1 parent b054c4e commit 25e99b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udf/anomaly-detection/src/connectors/sentinel.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_redis_client_from_conf(redis_conf: RedisConf = None, **kwargs) -> redis_
Redis client instance
"""
if not redis_conf:
redis_conf = ConfigManager.get_redis_config()
redis_conf = ConfigManager.get_pipeline_config().redis_conf

return get_redis_client(
redis_conf.host,
Expand Down

0 comments on commit 25e99b4

Please sign in to comment.