summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-redis: upgrade 4.5.5 -> 4.6.0Wang Mingyu2023-07-071-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Experimental Features ----------------------- Support JSON.MERGE command (#2761) Support JSON.MSET command (#2766) New Features ------------- Extract abstract async connection class (#2734) Add support for WAITAOF (#2760) Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors (#2778) Add WITHSCORE argument to ZRANK (#2758) Add support for sharded pubsub in sync client (#2762) Bug Fixes ----------- Fix dead weakref in sentinel connection causing ReferenceError (#2767) (#2771) Fix Key Error in parse_xinfo_stream (#2788) Remove unnecessary __del__ handlers (#2755) Added support for missing argument to SentinelManagedConnection.read_response() (#2756) Fixed resp3 dict parse response (#2757) Maintenance ------------- Fix type hint for retry_on_error in async cluster (#2804) Clean up documents and fix some redirects (#2801) Add unit tests for the connect method of all Redis connection classes (#2631) Docstring formatting fix (#2796) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: fix coding styleBartosz Golaszewski2023-06-061-5/+5
| | | | | | | Don't use PYTHON_PN, order includes alphabetically and fix whitespaces. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 4.5.4 -> 4.5.5Wang Mingyu2023-05-141-0/+16
Changelog: =========== New Features -------------- Add support for CLIENT NO-TOUCH (#2745) Add support for CLUSTER MYSHARDID (#2704) Add "address_remap" feature to RedisCluster (#2726) Add WITHSCORES argument to ZREVRANK command (#2725) Improve error output for master discovery (#2720) Bug Fixes ---------- Fix XADD: allow non negative maxlen (#2739) Fix create single connection client from url (#2752) Optionally disable disconnects in read_response (#2695) Fix SLOWLOG GET return value (#2732) Fix potential race condition during disconnection (#2719) Return response in case of KeyError (#2628) Fix incorrect usage of once flag in async Sentinel (#2718) Fix memory leak caused by hiredis in asyncio case (#2694) Really do not use asyncio's timeout lib before 3.11.2 (#2699) Maintenance ----------- Clean PytestUnraisableExceptionWarning from asycio client (#2731) Add RedisCluster.remap_host_port, Update tests for CWE 404 (#2706) Updated AWS Elasticache IAM connection example (#2702) Update CONTRIBUTING guidelines (#2736) Fix ClusterCommandProtocol type (#2729) Fix TOPK list example. (#2724) Improving vector similarity search example (#2661) Update example of Redisearch creating index (#2703) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>