We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7afb77 commit eccdc9bCopy full SHA for eccdc9b
aiocache/backends/valkey.py
@@ -245,4 +245,4 @@ def parse_uri_path(cls, path):
245
return options
246
247
def __repr__(self): # pragma: no cover
248
- return "ValkeyCache"
+ return f"ValkeyCache ({self.client.config.addresses[0].host}:{self.client.config.addresses[0].port})"
0 commit comments