feat: add support for Valkey vector database (#24769)

* feat: add support for Valkey vector database

Signed-off-by: Riley Des <riley.desserre@improving.com>

* feat: add CLIENT SETNAME to Valkey vector store connections

Set client_name on GlideClientConfiguration for both the main client
and batch client so connections are identifiable in CLIENT LIST,
monitoring dashboards, and CloudWatch metrics.

Signed-off-by: Riley Des <riley.desserre@improving.com>

---------

Signed-off-by: Riley Des <riley.desserre@improving.com>
This commit is contained in:
rileydes-improving
2026-06-01 14:20:01 -05:00
committed by GitHub
parent 8644532f5b
commit 567c4aabe9
7 changed files with 746 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@ dependencies = [
"pycrdt==0.12.47",
"redis==7.4.0",
"valkey-glide-sync==2.3.1",
"pytz==2026.1.post1",
"APScheduler==3.11.2",