Anas
Anas
Hello @syphar sorry for the delay, yes were right, I will add an option to force encoding, in that case the decoding if using `pickle` as a serializer will always...
Hello @rayvikram correct me I am wrong, I had a look at the [documentation](https://docs.djangoproject.com/en/3.1/topics/cache/) about this feature, which I am quite sure it is not supported by `django-redis`. As of...
I correct myself, it can be done if the `timeout` is set, because you could look at the smallest `ttl`, but what if there is no timeout, is deleting a...
It seems to me that if there is no logic to delete the oldest even if there is a timeout DB based cache deletes in order of cache_key. [here](https://github.com/django/django/blob/b79088306513d5ed76d31ac40ab3c15f858946ea/django/core/cache/backends/db.py#L261) and...
hello @some1ataplace I'm sorry but your implementation would not work with multiple web servers/processes, there is a need of a little bit more complex writing strategy using directly redis to...
there's no plan to support this feature, if anyone is interested in proposing a solution I'm all ears but I don't think it's worth the effort hence why I don't...
Hello @nwns! Would you like to propose a PR solving this issue?
What changes do you think should be made in the docs? Have you seen [this](https://github.com/jazzband/django-redis#locks)?
Hello! > Perhaps it is because aiohttp closes the connection to a proxy after finishing a single request (keep-alive is not supported). https://github.com/aio-libs/aiohttp/blob/master/aiohttp/connector.py#L1047-L1050 Can this be easily made a flag...
Hello, I have been keeping an eye on the repo and helping with the issues and PR lately, I wanted to ask you for some help on releasing a new...