Company
Date Published
Author
Chayim Kirshen
Word count
568
Language
English
Hacker News points
None

Summary

The latest release of redis-py, version 4.1.0, brings significant improvements to the Python support for Redis, including complete command support in Redis 6.2, SSL support for Sentinel connections, and improved developer experience. The new release adds over 30 commands, including GETEX, CLIENT INFO AND KILL, STORING and RETRIEVING JSON, FETCHING ALL KEYS NAMED “hello” from the JSON document, and integrating redis-cluster support with two easy ways to connect. Additionally, redis-py 4.1.0 supports RedisJSON, RediSearch, RedisTimeSeries, RedisGraph, and RedisBloom, making it easier to store and manipulate JSON data in Redis, as well as combining these features for advanced capabilities. The library also continues to evolve with support for Redis modules, cluster connections via SSL, and plans for future additions such as RedisAI and RESP3 functions.