1.0.0 • Published 3 years ago
@albanasaliu/redis-adapter v1.0.0
Redis Adapter
Helps establish database connections
Prerequisites
:warning: Warning: This package requires you to have the .env file available on your machine in order to run as well as have redis installed and running
Installation
To install and set up the library on your local machine, try running the following command:
npm i @albanasaliu/redis-adapter
Usage
After creating a new project run
npm init
Create an index.js file
Download the package
Import and run the package
const redis_conn = require('./redis');
redis_conn();
Running the app
node index.js
1.0.0
3 years ago