SebastiaanZ / async-rediscache

An easy-to-use asynchronous redis-backed caching utility
18 stars 3 forks source link

Add support for the bytes type #11

Open Numerlor opened 3 years ago

Numerlor commented 3 years ago

This will need some special handling to prevent trying to decode bytes into utf8 but will allow users to serialize arbitrary data in a more compact manner.

Numerlor commented 3 years ago

Any updates here @SebastiaanZ ? I'd be happy to implement it