Path to this page:
Subject: CVS commit: pkgsrc/databases/py-redis
From: Adam Ciarcinski
Date: 2023-08-25 15:46:57
Message id: 20230825134657.2EC13FBDB@cvs.NetBSD.org
Log Message:
py-redis: updated to 5.0.0.
5.0.0
Triggers and Functions support
Triggers and Functions allow you to execute server-side functions triggered when \
key values are modified or created in Redis, a stream entry arrival, or \
explicitly calling them. Simply put, you can replace Lua scripts with \
easy-to-develop JavaScript or TypeScript code. Move your business logic closer \
to the data to ensure a lower latency, and forget about updating dependent key \
values manually in your code.
Try it for yourself with Quick start
Full Redis 7.2 and RESP3 support
Python 3.7 End-of-Life
Python 3.7 has reached its end-of-life (EOL) as of June 2023. This means that \
starting from this date, Python 3.7 will no longer receive any updates, \
including security patches, bug fixes, or improvements. If you continue to use \
Python 3.7 post-EOL, you may expose your projects and systems to potential \
security vulnerabilities. We ended its support in this version and strongly \
recommend migrating to Python 3.10.
🐛 Bug Fixes
Fix timeout retrying on pipeline execution
Fix socket garbage collection
🧰 Maintenance
Updating client license to clear, MIT
Add py.typed in accordance with PEP-561
Dependabot label change
Fix type hints in SearchCommands
Add sync modules (except search) tests to cluster CI
Fix a duplicate word in CONTRIBUTING.md
Fixing doc builds
Change cluster docker to edge and enable debug command
Files: