backbord
backbord
Please also include the option to use `orjson` for deserialisation.
Hi @sscherfke, looks good. If you'll open a PR for my fork, I'll gladly merge it.
No problem at all -- I hope the PR is somewhat acceptable to you. :)
Hi, any news on this PR? :)
@JWCook perhaps something like this in `CacheMixin.send(...)`? I haven't startet on a PR yet: Could you advise if I'm on the right track or what's your preferred way to do...
Perhaps you could have the basic setup log to `stdout` and add a separate [`StreamHandler`](https://docs.python.org/3/library/logging.handlers.html#streamhandler) for the messages that should go to `stderr`. Maybe like so? (It is no beauty.)...