SHA256
1
0
forked from pool/redis

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

redis 6.0.6

OBS-URL: https://build.opensuse.org/request/show/822886
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=152
This commit is contained in:
Lars Vogdt
2020-07-27 19:38:03 +00:00
committed by Git OBS Bridge
parent 2c45f34107
commit 035521204a
5 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jul 27 00:11:22 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- redis 6.0.6:
* Fix crash when enabling CLIENT TRACKING with prefix
* EXEC always fails with EXECABORT and multi-state is cleared
* RESTORE ABSTTL won't store expired keys into the db
* redis-cli better handling of non-pritable key names
* TLS: Ignore client cert when tls-auth-clients off
* Tracking: fix invalidation message on flush
* Notify systemd on Sentinel startup
* Fix crash on a misuse of STRALGO
* Few fixes in module API
* Fix a few rare leaks (STRALGO error misuse, Sentinel)
* Fix a possible invalid access in defrag of scripts
* Add LPOS command to search in a list
* Use user+pass for MIGRATE in redis-cli and redis-benchmark in
cluster mode
* redis-cli support TLS for --pipe, --rdb and --replica options
* TLS: Session caching configuration support
-------------------------------------------------------------------
Wed Jun 10 15:18:18 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>