We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbfa82 commit 40ae7e2Copy full SHA for 40ae7e2
Readme.md
@@ -57,7 +57,8 @@ It also shows how to retain a reference to the cache object so that it can
57
be re-used.
58
59
```js
60
-const redis = require('ioredis')({host: '127.0.0.1'})
+const IORedis = require('ioredis')
61
+const redis = new IORedis({host: '127.0.0.1'})
62
const abcache = require('abstract-cache')({
63
useAwait: false,
64
driver: {
0 commit comments