forked from pool/redis
Accepting request 595980 from home:13ilya:branches:server:database
- Update to 4.0.9 * https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES * Critical upgrade for users using AOF with the fsync policy set to "always". * Latency monitor could report wrong latencies under certain conditions. * AOF rewriting could fail when a backgronud rewrite is triggered and at the same time the AOF is switched on/off. * Redis Cluster crash-recovery safety improved. * Redis Cluster has now the ability to configure certain slaves so that they'll never attempt a failover. * Keyspace notifications API in modules. * RM_Call() is now faster by reusing the same client. * Tracking of the percentage of keys already logically expired but yet not evicted. OBS-URL: https://build.opensuse.org/request/show/595980 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=108
This commit is contained in:
parent
e364bc0d00
commit
7933378648
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
|
|
||||||
size 1729973
|
|
3
redis-4.0.9.tar.gz
Normal file
3
redis-4.0.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510
|
||||||
|
size 1737022
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 12 13:13:49 UTC 2018 - ilya@ilya.pp.ua
|
||||||
|
|
||||||
|
- Update to 4.0.9
|
||||||
|
* https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
|
||||||
|
* Critical upgrade for users using AOF with the fsync policy set to "always".
|
||||||
|
* Latency monitor could report wrong latencies under certain conditions.
|
||||||
|
* AOF rewriting could fail when a backgronud rewrite is triggered and
|
||||||
|
at the same time the AOF is switched on/off.
|
||||||
|
* Redis Cluster crash-recovery safety improved.
|
||||||
|
* Redis Cluster has now the ability to configure certain slaves so that
|
||||||
|
they'll never attempt a failover.
|
||||||
|
* Keyspace notifications API in modules.
|
||||||
|
* RM_Call() is now faster by reusing the same client.
|
||||||
|
* Tracking of the percentage of keys already logically expired but yet
|
||||||
|
not evicted.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 8 23:23:58 UTC 2018 - ilya@ilya.pp.ua
|
Thu Feb 8 23:23:58 UTC 2018 - ilya@ilya.pp.ua
|
||||||
|
|
||||||
|
@ -19,7 +19,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: 4.0.8
|
Version: 4.0.9
|
||||||
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