Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

permissions:
contents: read

jobs:
dependency-review:
name: Dependency Review
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ connection when the Fastify server shuts down.
To automatically close the client connection, set closeClient to true.

```js
fastify.register(fastifyValkey, {
client,
closeClient: true })
fastify.register(fastifyValkey, {
client,
closeClient: true
})
```

## Registering multiple Valkey client instances
Expand Down