Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion health_check/contrib/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __repr__(self):
for key, value in sorted(
client.connection_pool.connection_kwargs.items()
)
if key in {"host", "db"}
if key in {"host", "port", "db"}
)
Comment thread
gabriele-v marked this conversation as resolved.
return f"Redis({safe_connection_str})"
except AttributeError:
Expand Down
Loading