Hi
Since redis does not support complex objects, we need to serialize the data
into a suitable format. Most third-party libraries use either the pickle
module, to serialize the values or use json / yaml serializers. I want to
move ahead with using the pickle module. However, does it seem necessary to
add support for other serializers ( json / yaml / msgpack ) as well?

Regards,
Daniyal Abbasi


On Thu, Apr 1, 2021 at 4:16 AM Daniyal Abbasi <abbasi.daniya...@gmail.com>
wrote:

> Hey
> I am an aspirant  for GSOC 2021. I was really interested in the project
> "Adding a Redis cache backend to Core" as I myself have used third party
> libraries to integrate redis as a caching backend. A link to by draft
> proposal can be found here
> <https://docs.google.com/document/d/1_gIa_17uCNlwJTmqiMLkiVtRgTOD2MvHpy4NNFvKBWc/edit?usp=sharing>.
> I have shared this draft proposal to the gsoc dashboard too.
>
> Regards,
> Daniyal Abbasi
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAHcKF3F2HVS%2BjZvpnuZbmiC-D3yg%3Dz4_QCsAM4qV9D-GzZ2Jbg%40mail.gmail.com.

Reply via email to