Andrew-Chen-Wang / django-async-redis

Full featured async Redis cache backend for Django.
Other
22 stars 4 forks source link

No support for sync versions of calls. #8

Open dangerg opened 4 months ago

dangerg commented 4 months ago

Description

I have a lot of cache code. Some is async some is sync. There does not seem to be any implementation of the sync versions (i.e. cache.get()) which would be straight forward.

What I Did

I installed django-async-redis and setup my backend as recommended in the docs.

NotImplementedError: subclasses of BaseCache must provide a set() method

Andrew-Chen-Wang commented 4 months ago

use django redis for the sync version