ts-cache-mongoose 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,8 +21,9 @@ ts-cache-mongoose is a plugin for mongoose
|
|
|
21
21
|
\
|
|
22
22
|
Caching queries is a good way to improve performance of your application
|
|
23
23
|
\
|
|
24
|
-
This is initial prerelease of the plugin, so it may contain bugs
|
|
25
|
-
|
|
24
|
+
⚠️ This is initial prerelease of the plugin, so it may contain bugs
|
|
25
|
+
\
|
|
26
|
+
🛠️ Work in progress...
|
|
26
27
|
|
|
27
28
|
## Features
|
|
28
29
|
|
|
@@ -33,7 +34,8 @@ Work in progress...
|
|
|
33
34
|
- [x] Cache key generation
|
|
34
35
|
- [x] Cache key prefix
|
|
35
36
|
- [x] Query caching support
|
|
36
|
-
- [
|
|
37
|
+
- [x] Aggregate caching support
|
|
38
|
+
- [ ] More tests
|
|
37
39
|
|
|
38
40
|
## Installation
|
|
39
41
|
|