Announcing Upstash Redis Python SDK v1.0.0
Blog post from Upstash
The release of version 1.0.0 of the upstash-redis Python package introduces a connectionless HTTP-based client for Upstash Redis, optimized for serverless environments like AWS Lambda and Google Cloud Functions. This version provides comprehensive python docstrings and example usages for each command, with further documentation available online. Enhancements include a new type, ValueT, for certain commands to reduce confusion, and updated return types for geo and set commands, improving usability and efficiency. The package supports both synchronous and asynchronous functionalities, and the developers plan to add pipeline and JSON command support in the future. Users are encouraged to initialize the client outside request handlers when possible to optimize performance, and feedback is welcomed via X or Discord.