payload-redis-cache
payload-redis-cache copied to clipboard
A Redis cache plugin for Payload CMS
PR for issue #28 Added a new `LOGGER_TRANSPORT` env variable to easily setup pino loggerTransport property fyi: it seems the tests are failing (and it happens into master too)
I just installed your plugin and noticed the `transport.target` is hard-coded https://github.com/Aengz/payload-redis-cache/blob/87777ee3e7d87f488ebdc65ee951e682fb3691e7/src/adapters/logger.ts#L5 while, for our scenario, should be configurable (as we're using opentelemetry and Grafana stack to ingest logs). Would...
Hi, Thank you for the great work on this plugin! I was wondering if there are plans to support Payload V3 Beta with this Redis cache plugin. If not, are...
I've started updating this plugin to make it compatable with PayloadCMS v3 Beta. However, I could not go past updating the build commands and the plugin itself (yet). - [x]...