forked from pool/redis
Accepting request 570377 from server:database
OBS-URL: https://build.opensuse.org/request/show/570377 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=38
This commit is contained in:
commit
bca73fba9b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:769b5d69ec237c3e0481a262ff5306ce30db9b5c8ceb14d1023491ca7be5f6fa
|
||||
size 1723533
|
3
redis-4.0.7.tar.gz
Normal file
3
redis-4.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bba546d44fb40e1fd8be1a15e1a9cc6484bceeea0bbd52919eebc656661ecd1
|
||||
size 1729488
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 28 15:24:25 UTC 2018 - ilya@ilya.pp.ua
|
||||
|
||||
- Update to 4.0.7
|
||||
* Release notes: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
|
||||
* Many 32 bit overflows were addressed in order to allow to use Redis with
|
||||
a very significant amount of data, memory size permitting.
|
||||
* MEMORY USAGE fixed for the list type.
|
||||
* Allow read-only scripts in Redis Cluster.
|
||||
* Fix AOF pipes setup in edge case.
|
||||
* AUTH option for MIGRATE.
|
||||
* HyperLogLogs are no longer converted from sparse to dense in order
|
||||
to be merged.
|
||||
* Fix AOF rewrite dead loop under edge cases.
|
||||
* Fix processing of large bulk strings (>= 2GB).
|
||||
* Added RM_UnlinkKey in modules API.
|
||||
* Fix Redis Cluster crashes when certain commands with a variable number
|
||||
of arguments are called in an improper way.
|
||||
* Fix memory leak in lazyfree engine.
|
||||
* Fix many potentially successful partial synchronizations that end
|
||||
doing a full SYNC, because of a bug destroying the replication
|
||||
backlog on the slave. So after a failover the slave was often not able
|
||||
to PSYNC with masters, and a full SYNC was triggered. The bug only
|
||||
happened after 1 hour of uptime so escaped the unit tests.
|
||||
* Improve anti-affinity in master/slave allocation for Redis Cluster
|
||||
when the cluster is created.
|
||||
* Improve output buffer handling for slaves, by not limiting the amount
|
||||
of writes a slave could receive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 15:47:48 UTC 2018 - ilya@ilya.pp.ua
|
||||
|
||||
|
@ -12,20 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org
|
||||
#
|
||||
|
||||
|
||||
%define _data_dir %{_localstatedir}/lib/%{name}
|
||||
%define _log_dir %{_localstatedir}/log/%{name}
|
||||
%define _conf_dir %{_sysconfdir}/%{name}
|
||||
Name: redis
|
||||
Version: 4.0.6
|
||||
Version: 4.0.7
|
||||
Release: 0
|
||||
Summary: Persistent key-value database
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Databases/Servers
|
||||
Url: https://redis.io
|
||||
URL: https://redis.io
|
||||
Source0: http://download.redis.io/releases/redis-%{version}.tar.gz
|
||||
Source1: %{name}.logrotate
|
||||
Source2: %{name}.target
|
||||
|
Loading…
Reference in New Issue
Block a user