b6a43dd65a
This is a breaking change. Juggler methods are no longer returning instances of Bluebird Promise, but return a native Promise instead. As a result, API consumers can no longer use sugar APIs provided by Bluebird, e.g. `spread`, `delay`, etc. Migration guide: rewrite your code from `.then()` style into `async` functions using `await` statements. |
||
---|---|---|
.. | ||
_helpers.js | ||
delete-all.suite.js | ||
delete.suite.js | ||
expire.suite.js | ||
get-set.suite.js | ||
iterate-keys.suite.js | ||
keys.suite.js | ||
ttl.suite.js |