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 c4d7a93 commit e68df4eCopy full SHA for e68df4e
1 file changed
docs/content/docs/methods.md
@@ -197,7 +197,7 @@ const missingProducts = await bento.missing({ key: 'products' })
197
Get the value of the key, and then delete it from the cache. Returns `undefined` if the key does not exist.
198
199
```ts
200
-const products = await bento.pull({ key: 'products' })
+const products = await bento.pull('products')
201
```
202
203
## delete
0 commit comments