Anas
Anas
I need some assistance in releasing a new version, there is support for redis sentinel now. @jezdez or @jdufresne can you help?
thanks @jdufresne, I would be glad to maintain the project. If possible with the help of @terencehonles which seems active and interested in the project.
@jezdez @terencehonles @jdufresne @niwinz Yesterday we released the first version "independently" using GitHub actions. I think `readthedocs` was dropped in favor of `README`, but I don't remember if it was...
That is a `redis-py` [issue](https://github.com/redis/redis-py/issues/1348) which should be taken care of there.
sorry, I thought you were using lock as context manager
I would add `blocking` argument along with `*args` and `**kwargs` to that function, would you be up for a PR?
Actually, if you are calling `lock.acquire()` then you can pass the `blocking` parameter. The `client.lock()` in `redis-py` does not allow `blocking` parameter to be passed so the only way is...
I would suggest to open an issue and maybe a PR in `redis-py` first and then make changes to `django-redis`, otherwise the desired behavior is not possible.
Hello @AqeelAT, I actually made the pr not long ago to be able to proceed with #603 in redis/redis-py#2137 :) But unfortunately I did not get back to #603 just...
No dependency issue, have a look at `ShardedClient` which has `.expire()` defined which means you have to change `ShardedClient` as well