1
0
Fork 0

Merging upstream version 1.10.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:05:31 +01:00
parent f9ac49e01b
commit 0b1bc50af3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
10 changed files with 134 additions and 44 deletions

View file

@ -4,10 +4,13 @@
`MEMORY HELP`.
- Feature: you can use <kbd>Ctrl</kbd> + <kbd>C</kbd> to cancel a blocking
command like `BLPOP`.
- Test: IRedis now tested under ubuntu-latest (before is ubuntu-16.04)
- Dependency: Support Python 3.10 now, thanks to [tssujt].
### 1.9.4
- Bugfix: respect newbie_mode set in config, if cli flag is missing. thanks to [sid-maddy]
- Bugfix: respect newbie_mode set in config, if cli flag is missing. thanks to
[sid-maddy]
### 1.9.3
@ -241,3 +244,4 @@
[otms61]: https://github.com/otms61
[hanaasagi]: https://github.com/Hanaasagi
[sid-maddy]: https://github.com/sid-maddy
[tssujt]: https://github.com/tssujt