Skip to content

Commit 421fabc

Browse files
committed
feat: add Redis configuration and dependency for improved caching
- Updated .env.example to include REDIS_URL for Redis connection. - Added radis version 2.0.0 to dependencies in package.json. - Updated pnpm-lock.yaml to reflect the addition of the radis dependency and its resolution details.
1 parent 1d16199 commit 421fabc

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
LLM_API_URL=http://api.chatrhino.jd.com/api/v2
22
LLM_API_KEY=your-joyai-api-key
33
LLM_MODEL=Chatrhino-81B-Pro
4+
REDIS_URL="redis://default:xxx:10637"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"eslint": "9.39.3",
3939
"eslint-config-next": "16.1.6",
4040
"postcss": "8.5.6",
41+
"radis": "2.0.0",
4142
"tailwindcss": "4.2.1",
4243
"typescript": "5.9.3"
4344
}

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)