Accepting request 988416 from home:stroeder:branches:server:database
Update to version 7.0.3 OBS-URL: https://build.opensuse.org/request/show/988416 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=201
This commit is contained in:
parent
06e4ad573a
commit
6ab47f9b1e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e57eafe7d4ac5ecb6a7d64d6b61db775616dbf903293b3fcc660716dbda5eeb
|
|
||||||
size 2956784
|
|
3
redis-7.0.3.tar.gz
Normal file
3
redis-7.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2cde7d17214ffe305953da9fff12333e8a72caa57fd4923e4872f6362a208e73
|
||||||
|
size 2962858
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 15:02:24 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- Update to version 7.0.3
|
||||||
|
* Performance and resource utilization improvements
|
||||||
|
- Optimize zset conversion on large ZRANGESTORE (#10789)
|
||||||
|
- Optimize the performance of sending PING on large clusters (#10624)
|
||||||
|
- Allow for faster restart of Redis in cluster mode (#10912)
|
||||||
|
* INFO fields and introspection changes
|
||||||
|
- Add missing sharded pubsub keychannel count to CLIENT LIST (#10895)
|
||||||
|
- Add missing pubsubshard_channels field in INFO STATS (#10929)
|
||||||
|
* Module API changes
|
||||||
|
- Add RM_StringToULongLong and RM_CreateStringFromULongLong (#10889)
|
||||||
|
- Add RM_SetClientNameById and RM_GetClientNameById (#10839)
|
||||||
|
* Changes in CLI tools
|
||||||
|
- Add missing cluster-port support to redis-cli --cluster (#10344)
|
||||||
|
* Other General Improvements
|
||||||
|
- Account sharded pubsub channels memory consumption (#10925)
|
||||||
|
- Allow ECHO in loading and stale modes (#10853)
|
||||||
|
- Cluster: Throw -TRYAGAIN instead of -ASK on migrating nodes for multi-key
|
||||||
|
- commands when the node only has some of the keys (#9526)
|
||||||
|
* Bug Fixes
|
||||||
|
- TLS: Notify clients on connection shutdown (#10931)
|
||||||
|
- Fsync directory while persisting AOF manifest, RDB file, and config file (#10737)
|
||||||
|
- Script that made modification will not break with unexpected NOREPLICAS error (#10855)
|
||||||
|
- Cluster: Fix a bug where nodes may not acknowledge a CLUSTER FAILOVER TAKEOVER
|
||||||
|
- after a replica reboots (#10798)
|
||||||
|
- Cluster: Fix crash during handshake and cluster shards call (#10942)
|
||||||
|
* Fixes for issues in previous releases of Redis 7.0
|
||||||
|
- TLS: Fix issues with large replies (#10909)
|
||||||
|
- Correctly report the startup warning for vm.overcommit_memory (#10841)
|
||||||
|
- redis-server command line allow passing config name and value in the same argument (#10866)
|
||||||
|
- Support --save command line argument with no value for backwards compatibility (#10866)
|
||||||
|
- Fix CLUSTER RESET command regression requiring an argument (#10898)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 4 09:41:49 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
Mon Jul 4 09:41:49 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -140,3 +140,4 @@ hash redis-6.2.7.tar.gz sha256 b7a79cc3b46d3c6eb52fa37dde34a4a60824079ebdfb3abfb
|
|||||||
hash redis-7.0.0.tar.gz sha256 284d8bd1fd85d6a55a05ee4e7c31c31977ad56cbf344ed83790beeb148baa720 http://download.redis.io/releases/redis-7.0.0.tar.gz
|
hash redis-7.0.0.tar.gz sha256 284d8bd1fd85d6a55a05ee4e7c31c31977ad56cbf344ed83790beeb148baa720 http://download.redis.io/releases/redis-7.0.0.tar.gz
|
||||||
hash redis-7.0.1.tar.gz sha256 ca1820d527e4759884620be2917079e61e996fa81da5fbe5c07c4a7b507264dc http://download.redis.io/releases/redis-7.0.1.tar.gz
|
hash redis-7.0.1.tar.gz sha256 ca1820d527e4759884620be2917079e61e996fa81da5fbe5c07c4a7b507264dc http://download.redis.io/releases/redis-7.0.1.tar.gz
|
||||||
hash redis-7.0.2.tar.gz sha256 5e57eafe7d4ac5ecb6a7d64d6b61db775616dbf903293b3fcc660716dbda5eeb http://download.redis.io/releases/redis-7.0.2.tar.gz
|
hash redis-7.0.2.tar.gz sha256 5e57eafe7d4ac5ecb6a7d64d6b61db775616dbf903293b3fcc660716dbda5eeb http://download.redis.io/releases/redis-7.0.2.tar.gz
|
||||||
|
hash redis-7.0.3.tar.gz sha256 2cde7d17214ffe305953da9fff12333e8a72caa57fd4923e4872f6362a208e73 http://download.redis.io/releases/redis-7.0.3.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.0.2
|
Version: 7.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Persistent key-value database
|
Summary: Persistent key-value database
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -145,7 +145,7 @@ echo "See %{_docdir}/%{name}/README.SUSE to continue"
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc 00-RELEASENOTES BUGS CONTRIBUTING README.md
|
%doc 00-RELEASENOTES BUGS README.md
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%{_distconfdir}/logrotate.d/%{name}
|
%{_distconfdir}/logrotate.d/%{name}
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user