forked from pool/redis
Accepting request 981377 from home:stroeder:branches:server:database
Update to version 7.0.1 OBS-URL: https://build.opensuse.org/request/show/981377 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=194
This commit is contained in:
committed by
Git OBS Bridge
parent
87bf38c7d5
commit
962129d107
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 19:24:25 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to version 7.0.1
|
||||
* Improvements
|
||||
- Add warning for suspected slow system clocksource setting
|
||||
Add --check-system command line option. (#10636)
|
||||
- Allow read-only scripts (*_RO commands, and ones with `no-writes` flag)
|
||||
during CLIENT PAUSE WRITE (#10744)
|
||||
- Add `readonly` flag in COMMAND command for EVAL_RO, EVALSHA_RO and FCALL_RO (#10728)
|
||||
- redis-server command line arguments now accept one string with spaces
|
||||
for multi-arg configs (#10660)
|
||||
* Potentially Breaking Changes
|
||||
- Omitting a config option value in command line argument no longer works (#10660)
|
||||
- Hide the `may_replicate` flag from the COMMAND command response (#10744)
|
||||
* Potentially Breaking Changes for new Redis 7.0 features
|
||||
- Protocol: Sharded pubsub publish emits `smessage` instead of `message` (#10792)
|
||||
- CLUSTER SHARDS returns slots as RESP integers, not strings (#10683)
|
||||
- Block PFCOUNT and PUBLISH in read-only scripts (*_RO commands, and no-writes) (#10744)
|
||||
- Scripts that declare the `no-writes` flag are implicitly `allow-oom` too (#10699)
|
||||
* Changes in CLI tools
|
||||
- redis-cli --bigkeys, --memkeys, --hotkeys, --scan. Finish nicely after Ctrl+C (#10736)
|
||||
* Platform / toolchain support related improvements
|
||||
- Support tcp-keepalive config interval on MacOs (#10667)
|
||||
- Support RSS metrics on Haiku OS (#10687)
|
||||
* INFO fields and introspection changes
|
||||
- Add isolated network metrics for replication. (#10062, #10810)
|
||||
* Module API changes
|
||||
- Add two more new checks to RM_Call script mode (#10786)
|
||||
- Add new RM_Call flag to let Redis automatically refuse `deny-oom` commands (#10786)
|
||||
- Add module API RM_MallocUsableSize (#10795)
|
||||
- Add missing REDISMODULE_NOTIFY_NEW (#10688)
|
||||
- Fix cursor type in RedisModuleScanCursor to handle more than 2^31 elements (#10698)
|
||||
- Fix RM_Yield bugs and RM_Call("EVAL") OOM check bug (#10786)
|
||||
- Fix bugs in enum configs with overlapping bit flags (#10661)
|
||||
* Bug Fixes
|
||||
- FLUSHALL correctly resets rdb_changes_since_last_save INFO field (#10691)
|
||||
- FLUSHDB is now propagated to replicas / AOF, even if the db is empty (#10691)
|
||||
- Replica fail and retry the PSYNC if the master is unresponsive (#10726)
|
||||
- Fix ZRANGESTORE crash when zset_max_listpack_entries is 0 (#10767)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 13:31:18 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user