Tags: catap/redis-py
Tags
Added support for ADDSCORES modifier (redis#3329) * Added support for ADDSCORES modifier * Fixed codestyle issues * More codestyle fixes * Updated test cases and testing image to represent latest * Codestyle issues * Added handling for dict responses
Decode search results at field level (redis#3309) Make it possible to configure at field level how search results are decoded. Fixes: redis#2772, redis#2275
[5.0] Fixes CAE-333 (redis#3293) * Fixes CAE-333 (redis#3290) * Fixes CAE-333, which uncovered that the init method of the base class did override the initialization of the socket_timeout parameter. * Added missing blank lines * Removed blank line * Changed to quotes --------- Co-authored-by: vladvildanov <[email protected]> * Updated version in setup.py --------- Co-authored-by: David Maier <[email protected]>
Handle lists in the response of INFO (redis#3277) Parse lists in the response of INFO, and even lines where list items are mixed with key=value items, in which case the overall structure will be a dict, and the items without value get `True` as their value. Do maintenance stuff around the latest Redis Stack release. The Graph module is no longer part of Redis Stack. Skip the tests, to not break the CI. Backport a couple of fixes done on the master branch. Avoid workflows canceling each other out.
Version 5.1.0b6 (redis#3269) Bump version to 5.1.0b6 Co-authored-by: Gabriel Erzse <[email protected]>
Bump version to 5.0.5 (redis#3267) Co-authored-by: Gabriel Erzse <[email protected]>
Version 5.1.0b5 (redis#3224) Co-authored-by: Gabriel Erzse <[email protected]>
Make it possible to customize SSL ciphers (redis#3212) Given that Python 3.10 changed the default list of TLS ciphers, it is a good idea to allow customization of the list of ciphers when using Redis with TLS. In some situations the client is unusable right now with older servers and Python >= 3.10. Also whitelist a dev dependency vulnerability, and bump version to 5.0.4. --------- Co-authored-by: Gabriel Erzse <[email protected]>
PreviousNext