Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ellado-fbit/redis-cache-express-server
- Owner: ellado-fbit
- Created: 2020-04-12T17:02:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T10:55:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T14:53:28.379Z (about 1 month ago)
- Topics: cache, express, mongodb, nodejs, redis
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
~~~