4.0.0 • Published 10 years ago

dragonnodejs-redis v4.0.0

Weekly downloads
52
License
MIT
Repository
github
Last release
10 years ago

DragonNode.js Redis

Bundle with services to develop applications with Redis

  • Initialize client service with the Redis connection
  • Opportunity to set and get values with JSON encoding
  • Initialize cache service to abstract the caching logic with Redis
  • Let the keys being arrays and returns the first found value

Installation

  • Run npm install dragonnodejs-redis --save
  • Add the bundle to the "app.js":
let modules = [
    [require('dragonnodejs-redis'), [
        ['client', { createClient: [process.env.REDISCLOUD_URL] }],
        ['json'],
        ['cache', { disabled: process.env.CACHE_DISABLED }],
        ['recursive']
    ]]
];
4.0.0

10 years ago

3.0.0

10 years ago

2.1.0

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.8.3

10 years ago

1.8.2

10 years ago

1.8.1

10 years ago

1.8.0

10 years ago

1.7.0

10 years ago

1.6.0

10 years ago

1.5.1

10 years ago

1.4.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago