mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-07-17 01:58:47 +00:00
feat(ext): add Valkey cache integration (#3057)
Signed-off-by: Daria Korenieva <daric2612@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ import { ConfigDetail } from "@site/src/components/mdx/ConfigDetail";
|
||||
"name": "storage_type",
|
||||
"type": "string",
|
||||
"required": false,
|
||||
"description": "The storage type, default is memory",
|
||||
"description": "The storage type. Supported values: memory, disk, valkey. For valkey, configure via environment variables VALKEY_HOST, VALKEY_PORT, VALKEY_PASSWORD.",
|
||||
"defaultValue": "memory"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@ import { ConfigDetail } from "@site/src/components/mdx/ConfigDetail";
|
||||
"name": "storage_type",
|
||||
"type": "string",
|
||||
"required": false,
|
||||
"description": "The storage type, default is memory",
|
||||
"description": "The storage type. Supported values: memory, disk, valkey. For valkey, configure via environment variables VALKEY_HOST, VALKEY_PORT, VALKEY_PASSWORD.",
|
||||
"defaultValue": "memory"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user