Hello, and thank you for your work on this module.
I was wondering if you could add support for decoding binary data?
I'm trying to read/write data serialised with Storable in my module Mojo::Redis::Cache, but I have to use Protocol::Redis for this, instead of your module.
I can reproduce the bug by running the following test in my project below:
Hello, and thank you for your work on this module.
I was wondering if you could add support for decoding binary data?
I'm trying to read/write data serialised with Storable in my module Mojo::Redis::Cache, but I have to use Protocol::Redis for this, instead of your module.
I can reproduce the bug by running the following test in my project below:
Omitting
TEST_XS=1
makes the test successful.