Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ellado-fbit/redis-cache-express-server

Using Redis as cache of MongoDB in Express server.
https://github.com/ellado-fbit/redis-cache-express-server

cache express mongodb nodejs redis

Last synced: about 19 hours ago
JSON representation

Using Redis as cache of MongoDB in Express server.

Awesome Lists containing this project

README

        

## Install Redis

Install Redis on Windows: https://riptutorial.com/redis/example/29962/installing-and-running-redis-server-on-windows

Install Redis on Ubuntu: https://hostpresto.com/community/tutorials/how-to-install-and-configure-redis-on-ubuntu-14-04/

## Install MongoDB

https://docs.mongodb.com/manual/installation/

## Install dependencies

~~~
npm install
~~~

## Configuration

Configure MongoDB connection parameters at *./config.js*

## Usage

~~~
npm start
~~~