Skip to content

Commit 9225e24

Browse files
authored
Merge pull request #183 from atao2004/feat/add-client-name
feat: add CLIENT SETNAME for connection identification
2 parents de39bcd + e544bcd commit 9225e24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/openmemory-js/src/core/vector

packages/openmemory-js/src/core/vector/valkey.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export class ValkeyVectorStore implements VectorStore {
1111
host: env.valkey_host || "localhost",
1212
port: env.valkey_port || 6379,
1313
password: env.valkey_password,
14+
connectionName: "openmemory_vector_store_client",
1415
});
1516
}
1617

0 commit comments

Comments
 (0)