News

The Python interface to the Redis key-value store. For faster performance, install redis with hiredis support, this provides a compiled response parser, and for most cases requires zero code changes.
I'm experiencing issues with Unicode normalization in Python 3.10. When handling Unicode strings that contain combining characters or other characters that should be normalized, the normalization ...