Skip to content

Commit 1fcab50

Browse files
Add client_name to GlideClientConfiguration
Sets CLIENT SETNAME to 'crewai_valkey' so connections are identifiable in CLIENT LIST and monitoring tools (Valkey Admin, CloudWatch). Signed-off-by: Matthias Howell <matthias.howell@improving.com>
1 parent a275ff4 commit 1fcab50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/crewai/src/crewai/memory/storage/valkey_cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ async def _get_client(self) -> GlideClient:
8686

8787
config = GlideClientConfiguration(
8888
addresses=[NodeAddress(host, port)],
89+
client_name="crewai_valkey",
8990
database_id=db,
9091
credentials=(
9192
ServerCredentials(password=self._password)

0 commit comments

Comments
 (0)