Files
Matt Aitken 983bb411cc Redis client factory (error handling and good defaults) (#1761)
* @internal/redis package for creating Redis clients with sensible defaults and error handling

* Added @internal/redis to webapp
2025-03-05 18:32:46 +00:00

165 B

Redis

This is a simple package that is used to return a valid Redis client and provides an error callback. It will log and swallow errors if they're not handled.