@myria/redis-js
Version:
Interact with redis cache follow CQRS pattern
27 lines (26 loc) • 673 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["dist", "package.json", "README.md"],
"includePattern": "\\.js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown", "plugins/summarize"],
"templates": {
"collapse": true,
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true
},
"opts": {
"destination": "docs/",
"encoding": "utf8",
"recurse": true,
"verbose": true,
"template": "node_modules/minami"
}
}