mongo-redis-future

1.0.0 • Public • Published

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]

Readme

Keywords

none

Package Sidebar

Install

npm i mongo-redis-future

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

13.5 kB

Total Files

7

Last publish

Collaborators

  • salmanhasni