nocobase/packages/core/cache/package.json
YANG QIA daac2ae0db
refactor(cache): improve cache (#3004)
* feat: improve cache

* fix: bug

* fix: test

* fix: test

* fix: test

* chore: add cache test

* feat: add wrapWithCondition

* fix: test

* refactor: improve api

* fix: test

* fix: test

* fix: test

* fix: improve code

* fix: test

* feat: register redis store

* fix: tst

* fix: test

* fix: bug

* chore: update

* fix: ttl unit

* chore: cachemanager constructor

* chore: remove code

* feat: support close connection

* chore: add close options for redis store
2023-11-20 17:14:20 +08:00

22 lines
509 B
JSON

{
"name": "@nocobase/cache",
"version": "0.15.0-alpha.4",
"description": "",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"cache-manager": "^5.2.4",
"cache-manager-redis-yet": "^4.1.2"
},
"devDependencies": {
"redis": "^4.6.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/cache"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}