fastify / fastify-redis

Plugin to share a common Redis connection across Fastify.
MIT License
198 stars 31 forks source link

Fix clientClose to work #177

Closed starnayuta closed 1 year ago

starnayuta commented 1 year ago

When clientClose is set to true, the client connection is automatically closed when the Fastify server shuts down.

Reported in issue https://github.com/fastify/fastify-redis/issues/176

This PR was developed with respect to https://github.com/fastify/fastify-redis/pull/66

Checklist