Skip to content

Commit a0d86e7

Browse files
committed
redis to Redis as into the official documentation.
Signed-off-by: Bruno Lesieur <[email protected]>
1 parent 3f3acf3 commit a0d86e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ See [Introducing the Server Bundle](./bundle-renderer.md) and [Build Configurati
177177
})
178178
```
179179

180-
Note that the cache object should at least implement `get` and `set`. In addition, `get` and `has` can be optionally async if they accept a second argument as callback. This allows the cache to make use of async APIs, e.g. a redis client:
180+
Note that the cache object should at least implement `get` and `set`. In addition, `get` and `has` can be optionally async if they accept a second argument as callback. This allows the cache to make use of async APIs, e.g. a Redis client:
181181

182182
``` js
183183
const renderer = createRenderer({

0 commit comments

Comments
 (0)