0.13.2 • Published 8 years ago

alaska-cache-mongo v0.13.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

alaska-cache-mongo

Alaska MongoDB cache driver

configure

export default {
  cache: {
    type: 'alaska-cache-mongo',
    // The connection URI string
    url: 'mongodb://localhost/mydb',
    // The cache collection
    collection: 'caches',
    // Default maximum age in milliseconds, 0 for forever
    maxAge: 3600 * 1000,
    //more http://mongodb.github.io/node-mongodb-native/2.2/reference/connecting/connection-settings/
    connectTimeoutMS: 10000
  }
}

Contribute

Maichong Software

Liang Xingchen

License

This project is licensed under the terms of the MIT license

0.13.2

8 years ago

0.13.1

8 years ago

0.13.0

8 years ago

0.12.12

8 years ago

0.12.11

8 years ago

0.12.10

8 years ago

0.12.9

8 years ago

0.12.8

8 years ago

0.12.7

8 years ago

0.12.6

8 years ago

0.12.5

8 years ago

0.12.4

8 years ago

0.12.3

8 years ago

0.12.2

8 years ago

0.12.1

8 years ago

0.12.0

8 years ago

0.11.24

8 years ago

0.11.21

8 years ago

0.11.15

9 years ago

0.11.10

9 years ago

0.11.0

9 years ago

0.10.1

9 years ago

0.10.0

9 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.0

10 years ago