feat: support kvrocks

This commit is contained in:
shinya
2025-08-15 19:26:13 +08:00
parent 840487acb0
commit ec90fafc39
6 changed files with 494 additions and 449 deletions

View File

@@ -12,6 +12,7 @@ const STORAGE_TYPE =
| 'localstorage'
| 'redis'
| 'upstash'
| 'kvrocks'
| undefined) || 'localstorage';
// 生成签名

View File

@@ -12,6 +12,7 @@ const STORAGE_TYPE =
| 'localstorage'
| 'redis'
| 'upstash'
| 'kvrocks'
| undefined) || 'localstorage';
// 生成签名