For use with create-node-app and deploy-node-app
To add this metamodule to your project:
npm install @metamodules/redis
const redis = require('@metamodules/redis')()
// This "just works" both in development and production!
redis.get('my-key', function(err, reply) {
console.log(reply)
})
This is simple wrapper around the node_redis module which includes the Redis 5 image