Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 460 Bytes

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');