Update dependency redis to v4.5.0 #115

Merged
Xefir merged 1 commits from renovate/redis-4.x into master 2023-02-08 12:31:13 +00:00
Owner

This PR contains the following updates:

Package Update Change
redis (changelog) minor ==4.4.2 -> ==4.5.0

Release Notes

redis/redis-py

v4.5.0: 4.5.0

Compare Source

Changes

Special Note: This redis-py release introduces the ability to write to Redis, using hiredis. If you're using hiredis as an optional requirement, please upgrade to hiredis 2.2.1. In many cases, writes times decrease by > 25%.

🧪 Experimental Features

  • Add TS.MGET example for OS Redis Cluster (#​2507)

🚀 New Features

  • Use hiredis::pack_command to serialized the commands. (#​2570)
  • Add support for unlink in cluster pipeline (#​2562)

🐛 Bug Fixes

  • Fix issue with pack_commands returning an empty byte sequence (#​2416)
  • Async HiredisParser should finish parsing after a Connection.disconnect() (#​2557)
  • Check for none, prior to raising exception (#​2569)
  • Tuple function cannot be passed more than one argument (#​2573)
  • Synchronise concurrent command calls to single-client to single-client mode (#​2568)

🧰 Maintenance

  • Add TS.MGET example for OS Redis Cluster (#​2507)
  • Documentation changes: typo fix (#​2566)
  • Simplify the sync SocketBuffer, add type hints (#​2543)
  • Add missing Union type in method StreamCommands.xclaim() (#​2553)
  • Change redismod docker to redis-stack-server (#​2556)

Contributors

We'd like to thank all the contributors who worked on this release!

@​SoulPancake, @​Vivanov98, @​ant1fact, @​dvora-h, @​gmbnomis, @​jmcbailey, @​kosuke-zhang, @​kristjanvalur, @​prokazov, @​rbowen and @​uglide


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [redis](https://github.com/redis/redis-py) ([changelog](https://github.com/redis/redis-py/releases)) | minor | `==4.4.2` -> `==4.5.0` | --- ### Release Notes <details> <summary>redis/redis-py</summary> ### [`v4.5.0`](https://github.com/redis/redis-py/releases/tag/v4.5.0): 4.5.0 [Compare Source](https://github.com/redis/redis-py/compare/v4.4.2...v4.5.0) ### Changes Special Note: This redis-py release introduces the ability to write to Redis, using hiredis. If you're using hiredis as an optional requirement, please upgrade to hiredis 2.2.1. In many cases, writes times decrease by > 25%. #### 🧪 Experimental Features - Add TS.MGET example for OS Redis Cluster ([#&#8203;2507](https://github.com/redis/redis-py/issues/2507)) #### 🚀 New Features - Use hiredis::pack_command to serialized the commands. ([#&#8203;2570](https://github.com/redis/redis-py/issues/2570)) - Add support for `unlink` in cluster pipeline ([#&#8203;2562](https://github.com/redis/redis-py/issues/2562)) #### 🐛 Bug Fixes - Fix issue with `pack_commands` returning an empty byte sequence ([#&#8203;2416](https://github.com/redis/redis-py/issues/2416)) - Async HiredisParser should finish parsing after a Connection.disconnect() ([#&#8203;2557](https://github.com/redis/redis-py/issues/2557)) - Check for none, prior to raising exception ([#&#8203;2569](https://github.com/redis/redis-py/issues/2569)) - Tuple function cannot be passed more than one argument ([#&#8203;2573](https://github.com/redis/redis-py/issues/2573)) - Synchronise concurrent command calls to single-client to single-client mode ([#&#8203;2568](https://github.com/redis/redis-py/issues/2568)) #### 🧰 Maintenance - Add TS.MGET example for OS Redis Cluster ([#&#8203;2507](https://github.com/redis/redis-py/issues/2507)) - Documentation changes: typo fix ([#&#8203;2566](https://github.com/redis/redis-py/issues/2566)) - Simplify the sync SocketBuffer, add type hints ([#&#8203;2543](https://github.com/redis/redis-py/issues/2543)) - Add missing `Union` type in method `StreamCommands.xclaim()` ([#&#8203;2553](https://github.com/redis/redis-py/issues/2553)) - Change redismod docker to redis-stack-server ([#&#8203;2556](https://github.com/redis/redis-py/issues/2556)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;SoulPancake](https://github.com/SoulPancake), [@&#8203;Vivanov98](https://github.com/Vivanov98), [@&#8203;ant1fact](https://github.com/ant1fact), [@&#8203;dvora-h](https://github.com/dvora-h), [@&#8203;gmbnomis](https://github.com/gmbnomis), [@&#8203;jmcbailey](https://github.com/jmcbailey), [@&#8203;kosuke-zhang](https://github.com/kosuke-zhang), [@&#8203;kristjanvalur](https://github.com/kristjanvalur), [@&#8203;prokazov](https://github.com/prokazov), [@&#8203;rbowen](https://github.com/rbowen) and [@&#8203;uglide](https://github.com/uglide) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjguMCIsInVwZGF0ZWRJblZlciI6IjM0LjEyOC4wIn0=-->
Xefir added 1 commit 2023-02-08 00:25:26 +00:00
continuous-integration/drone/push Build is passing Details
f02601993e
Update dependency redis to v4.5.0
Xefir merged commit 703d8d8bd4 into master 2023-02-08 12:31:13 +00:00
Xefir deleted branch renovate/redis-4.x 2023-02-08 12:31:16 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/PyNyaaTa#115
No description provided.