Path to this page:
Subject: CVS commit: pkgsrc/databases/py-redis
From: Adam Ciarcinski
Date: 2023-03-20 14:12:06
Message id: 20230320131206.41CB9FA90@cvs.NetBSD.org
Log Message:
py-redis: updated to 4.5.2
4.5.2
🚀 New Features
Introduce AbstractConnection so that UnixDomainSocketConnection can call super().init
Added queue_class to REDIS_ALLOWED_KEYS
Made search document subscriptable
Sped up the protocol parsing
🐛 Bug Fixes
Fix behaviour of async PythonParser to match RedisParser
Replace async_timeout by asyncio.timeout
Update json().arrindex() default values
🧰 Maintenance
Coverage for pypy-3.9
Developer Experience: Adding redis version compatibility details to the README
Remove redundant assignment to RedisCluster.nodes_manager.
Developer Experience: [types] update return type of smismember to list[int]
Developer Experience: [docs] ConnectionPool SSL example
Developer Experience: Fixed CredentialsProvider examples
Developer Experience: Update README to make pip install copy-pastable on zsh
Developer Experience: Fix for lpop and rpop return typing
Files: