Skip to content

Commit

Permalink
chore: add redis conf
Browse files Browse the repository at this point in the history
Signed-off-by: kbatra <i.kushalbatra@gmail.com>
  • Loading branch information
s0nicboOm committed Jul 13, 2023
1 parent b4524c8 commit 7d609f6
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 7d609f6

Please sign in to comment.