We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef8ce7 commit f524df1Copy full SHA for f524df1
README.md
@@ -22,6 +22,7 @@ const cacheManager = new RedisCache();
22
url: 'redis://redis:6379',
23
ttl: 300,
24
prefix: 'dorik_', //optional
25
+ enable: false, //(optional) If enable false then all command will stop to execute
26
});
27
})();
28
```
0 commit comments