async-redis
async-redis copied to clipboard
First class async & promise support for redis.
Both variants do not return to console. ``` const asyncRedis = require("async-redis"); const client = asyncRedis.createClient(); // (async () => { // console.log("hello") // })() console.log("hello") ``` createClient is to...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
From verison 2.0 - The `.on(name:string, handler:function):this` API from `EventListener` now returns a promise. this breaks the chaining API, because it returns a Promise, which I could not figure what...