Skip to content

dnode/dredis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Status devDependency Status

Installation

npm i --save dexpress

Initialisation

const client = require('dredis')('url');

Example

await client.setJSON('key', 'value');
const value = await client.getJSON('key');

About

Connect Redis and extend the client with convenient JSON and cache functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published