cacheman-mongo
cacheman-mongo copied to clipboard
MongoDB standalone caching library for Node.JS and also cache engine for cacheman
Support mongodb native client version 3
`cacheman-mongo v1.0.4` `ensureIndex` must be replaced with `createIndex` https://docs.mongodb.com/manual/reference/method/db.collection.ensureIndex/
When the version was switched from 1.0.1 to 1.0.3 I started receiving this error: `TypeError: Cannot read property 'getTime' of undefined at node_modules/cacheman-mongo/node/index.js:124:28` It is resolved when returning back to...
I'm experiencing duplicated cache entries when using the MongoDB engine with cacheman. Below is the partial output of the collection used by cacheman to persist the cache. Has you may...
when configured with more than one host such as when passing this type of configuration ``` { host: 'db-host-01, db-host-02, db-host-03', username: 'db-user', password: 'db-pasword', database: 'db', collection: 'cached', compression:...
Hi I have and issue after upgrade from 1.0.1 to 1.0.3. ``` TypeError: Object # has no method 'ensureIndex' ``` in version 1.0.3 there is new lines which calls ensureIndex....