Path to this page:
Subject: CVS commit: pkgsrc/databases/py-redis
From: Adam Ciarcinski
Date: 2023-02-21 20:23:27
Message id: 20230221192328.0E61AFA90@cvs.NetBSD.org
Log Message:
py-redis: updated to 4.5.1
4.5.1
Bug Fixes
Fix UnixDomainSocketConnection object has no attribute _command_packer
4.5.0
๐งช Experimental Features
Add TS.MGET example for OS Redis Cluster
๐ New Features
Use hiredis::pack_command to serialized the commands.
Add support for unlink in cluster pipeline
๐ Bug Fixes
Fix issue with pack_commands returning an empty byte sequence
Async HiredisParser should finish parsing after a Connection.disconnect()
Check for none, prior to raising exception
Tuple function cannot be passed more than one argument
Synchronise concurrent command calls to single-client to single-client mode
๐งฐ Maintenance
Add TS.MGET example for OS Redis Cluster
Documentation changes: typo fix
Simplify the sync SocketBuffer, add type hints
Add missing Union type in method StreamCommands.xclaim()
Change redismod docker to redis-stack-server
Files: