redis 7.2.5
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=244
This commit is contained in:
parent
e6c6c3724e
commit
09f99ba595
BIN
redis-7.2.4.tar.gz
(Stored with Git LFS)
BIN
redis-7.2.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
redis-7.2.5.tar.gz
Normal file
3
redis-7.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5981179706f8391f03be91d951acafaeda91af7fac56beffb2701963103e423d
|
||||||
|
size 3386454
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 19 13:57:27 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- redis 7.2.5:
|
||||||
|
* A single shard cluster leaves failed replicas in CLUSTER SLOTS
|
||||||
|
instead of removing them
|
||||||
|
* Crash in LSET command when replacing small items and exceeding
|
||||||
|
4GB
|
||||||
|
* Blocking commands timeout is reset due to re-processing command
|
||||||
|
* Conversion of numbers in Lua args to redis args can fail
|
||||||
|
* redis-cli: --count (for --scan, --bigkeys, etc) was ignored
|
||||||
|
unless --pattern was also used
|
||||||
|
* redis-check-aof: incorrectly considering data in manifest
|
||||||
|
format as MP-AOF
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 27 22:00:24 UTC 2024 - Илья Индиго <13ilya@gmail.com>
|
Sat Apr 27 22:00:24 UTC 2024 - Илья Индиго <13ilya@gmail.com>
|
||||||
|
|
||||||
|
@ -172,3 +172,4 @@ hash redis-7.2.2.tar.gz sha256 ca999be08800edc6d265379c4c7aafad92f0ee400692e4e2d
|
|||||||
hash redis-7.2.3.tar.gz sha256 3e2b196d6eb4ddb9e743088bfc2915ccbb42d40f5a8a3edd8cb69c716ec34be7 http://download.redis.io/releases/redis-7.2.3.tar.gz
|
hash redis-7.2.3.tar.gz sha256 3e2b196d6eb4ddb9e743088bfc2915ccbb42d40f5a8a3edd8cb69c716ec34be7 http://download.redis.io/releases/redis-7.2.3.tar.gz
|
||||||
hash redis-7.0.15.tar.gz sha256 98066f5363504b26c34dd20fbcc3c957990d764cdf42576c836fc021073f4341 http://download.redis.io/releases/redis-7.0.15.tar.gz
|
hash redis-7.0.15.tar.gz sha256 98066f5363504b26c34dd20fbcc3c957990d764cdf42576c836fc021073f4341 http://download.redis.io/releases/redis-7.0.15.tar.gz
|
||||||
hash redis-7.2.4.tar.gz sha256 8d104c26a154b29fd67d6568b4f375212212ad41e0c2caa3d66480e78dbd3b59 http://download.redis.io/releases/redis-7.2.4.tar.gz
|
hash redis-7.2.4.tar.gz sha256 8d104c26a154b29fd67d6568b4f375212212ad41e0c2caa3d66480e78dbd3b59 http://download.redis.io/releases/redis-7.2.4.tar.gz
|
||||||
|
hash redis-7.2.5.tar.gz sha256 5981179706f8391f03be91d951acafaeda91af7fac56beffb2701963103e423d http://download.redis.io/releases/redis-7.2.5.tar.gz
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define _log_dir %{_localstatedir}/log/%{name}
|
%define _log_dir %{_localstatedir}/log/%{name}
|
||||||
%define _conf_dir %{_sysconfdir}/%{name}
|
%define _conf_dir %{_sysconfdir}/%{name}
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 7.2.4
|
Version: 7.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Persistent key-value database
|
Summary: Persistent key-value database
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user