Redis server setup with meteor

Is there any doc available for integrating the Redis server with the meteor? Actually, I want to add the Redis server with meteor for fetching data very fast and any idea about what precaution we need to take care about when integrating the Redis server because I think It can overload the RAM. (due to the higher usage)

Redis is as easy to integrate with Meteor as any other data service having an npm library: https://npms.io/search?q=redis

we use redis wrapped with Promises.