aredis
Redis wrapper
Installation
$ npm install aredis --save
Usage
'use strict' const aredis = const co = let redis = ;async { // Set and get string await redis let foo = await redis console // -> 'bar' // Set and get hash await aredis let baz = await aredis console // -> {quz: 'quzz'} }
License
This software is released under the MIT License.