Accepting request 795322 from home:AndreasStieger:branches:server:database

redis 5.0.9

OBS-URL: https://build.opensuse.org/request/show/795322
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=138
This commit is contained in:
Martin Pluskal 2020-04-18 08:40:15 +00:00 committed by Git OBS Bridge
parent b11fef3138
commit 004a98bc07
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3c7eac42f433326a8d981b50dba0169fdfaf46abb23fcda2f933a7552ee4ed7
size 1985757

3
redis-5.0.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53d0ae164cd33536c3d4b720ae9a128ea6166ebf04ff1add3b85f1242090cb85
size 1986574

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Apr 18 07:57:40 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- redis 5.0.9:
* Critical fix when Streams with AOF ore replicas are used:
Prevent reprocesing some entries upon restart
* Speed improvement: Clients blocked on the same key are now
unblocked on O(1) time
-------------------------------------------------------------------
Tue Mar 24 19:04:42 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
@ -6,6 +15,7 @@ Tue Mar 24 19:04:42 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
-------------------------------------------------------------------
Wed Mar 18 02:18:24 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
- Refresh spec-file with spec-cleaner and manual optimizations
* Remove Group tag.
* Replace make by %make_build macros.

View File

@ -20,7 +20,7 @@
%define _log_dir %{_localstatedir}/log/%{name}
%define _conf_dir %{_sysconfdir}/%{name}
Name: redis
Version: 5.0.8
Version: 5.0.9
Release: 0
Summary: Persistent key-value database
License: BSD-3-Clause