You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using cashews with Redis as the backend storage. I noticed that the library uses pickle for serialization when storing values in Redis.
I'm wondering if there are any plans to support data compression (like gzip) during the serialization process? This could potentially reduce:
Storage space in Redis
Network bandwidth usage during Redis communications
If there are no plans to add compression support, I'd appreciate understanding the reasoning behind this decision. Would there be any technical challenges or performance concerns?
The text was updated successfully, but these errors were encountered:
Hi @Krukov!
I'm currently using cashews with Redis as the backend storage. I noticed that the library uses pickle for serialization when storing values in Redis.
I'm wondering if there are any plans to support data compression (like gzip) during the serialization process? This could potentially reduce:
If there are no plans to add compression support, I'd appreciate understanding the reasoning behind this decision. Would there be any technical challenges or performance concerns?
The text was updated successfully, but these errors were encountered: