Chayim
Chayim
@brianmaissy We should support this (and don't today), the best answer is to use a connection where deconde_responses is False. While I realize this isn't ideal, this is the best...
Since we added the NEVER_DECODE target as part of another bug - closing this off. It works now.
I think > 4.0.1. @dvora-h am I right?
@leonpros There is no ZSET command. ZRANGE is currently supported, and the extensions we believe are missing are documented above. Are there other parts of the ZRANGE command you think...
This project definitely wouldn't document how to use it with [robot](https://robotframework.org/), but the functions themselves would be documented. The current implementation of ZRANGE is in [master](https://github.com/andymccurdy/redis-py/blob/master/redis/commands.py#L2370) and will be in...
Some of the commands marked as complete, now have functions that raise NotImplementedError. This is the preferred behaviour for a function (such as DEBUG SEGFAULT) that will not have an...
I just want to make sure we're on the same page about some goals - these are the baseline items that matter the most to me: 1. We improve the...
@barshaul Thanks as always. I left a tonne of comments - and will give it another once over. As part of this, I suggest a MockCredentialProvider or similar. It would...
@kristjanvalur Why did you catch Exception rather that BaseException? Was there an inheritance issue you saw?
The draft PR above implements the first three items - just so that there's a visual.