summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-redis_5.0.8.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-redis: upgrade 5.0.8 -> 5.1.0Wang Mingyu2024-09-301-21/+0
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Client-side caching - Timeseries insertion filters for close samples - Enhanced classes string representation - Partial clean up of Python 3.7 compatibility - Handle RESP3 sets as Python lists - Prevent async ClusterPipeline instances from becoming "false-y" - Add hostname field to _parse_node_line - Delete the first-defined (and thus "duplicate") Script class - Catch a known DeprecationWarning when calling .close() - Add missed redismod at test_commands.py - Update README.md - mentioning redis 7.4 support - Update PyPy 3.8 to 3.10 in CI - Updated commands from docker-compose to docker compose - Added version restrictions for pytest-asyncio - Documentation examples Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 5.0.7 -> 5.0.8Wang Mingyu2024-08-091-0/+21
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>