1.0.0 • Published 3 years ago

mongo-redis-future v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Mongo Redis/Future

Designed to allow redis push hooks (for use with Meteor's redis:oplog package) and/or synchronous DB operations.

Usage

import { MongoCollection } from "mongo-redis-future";

const collection = new MongoCollection("collectionName", mongoDb, redisClient);

collection.[find,insert,update,remove,findSync,insertSync,updateSync,removeSync]