Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
gerold-penz committed Sep 1, 2024
1 parent 124b485 commit 2ca5b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ store.values // --> [ "German", "English", "Italian" ]
## Write Multiple Items

```typescript
setItems(items: {key: string, value: T, ttlMs?: number}[]) {
setItems(items: {key: string, value: T, ttlMs?: number}[])
```

Adds a large number of items to the database and takes only
Expand Down

0 comments on commit 2ca5b07

Please sign in to comment.