mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:36:45 +00:00
daac2ae0db
* 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
22 lines
509 B
JSON
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"
|
|
}
|