credis

1.0.4 • Public • Published

CRedis

Customize Redis.

Installation

npm install credis

Usage

const redis = require('credis');

Different from NODE_ENV

You have to have a folder called config.And the config subdirectory is named with the environment variable.

Set

redis.set('key', 'value');

SetEx

// ten minutes
redis.setEx('key', 'value', 10 * 60);

Get

let value = await redis.get('key');

Readme

Keywords

Package Sidebar

Install

npm i credis

Weekly Downloads

2

Version

1.0.4

License

ISC

Last publish

Collaborators

  • frank5380