Redis 3.0.6 和 2.8.24 发布,请尽快更新
Upgrade urgency: MODERATE. We fixed a crash that happens very rarely, soupdating does not hurt, but most users are unlikely to
experience this condition because it requires some odd
timing. However if you are a Redis Cluster user, upgrading
is strongly adviced since this release includes very
important improvements to Redis Cluster.
* lua_struct.c/getnum security issue fixed. (Luca Bruno discovered it,
patched by Sun He and Chris Lamb)
* Redis Cluster replica migration fixed. See issue #2924 for details.
(Salvatore Sanfilippo)
* Fix a race condition in processCommand() because of interactions
with freeMemoryIfNeeded(). Details in issue #2948 and especially
in the commit message d999f5a. (Race found analytically by
Oran Agra, patch by Salvatore Sanfilippo)
* Backported from the upcoming Redis 3.2:
MIGRATE now supports an extended multiple-keys pipelined mode, which
is an order of magnitude faster. Redis Cluster now uses this mode
in order to perform reshardings and rebalancings. (Salvatore Sanfilippo)
* Backported from the upcoming Redis 3.2:
Redis Cluster has now support for rebalancing via the redis-trib
rebalance command. Demo here:
https://asciinema.org/a/0tw2e5740kouda0yhkqrm5790
Official documentation will be available ASAP. (Salvatore Sanfilippo)
* Redis Cluster redis-trib.rb new "info" subcommand.
* Redis Cluster tests improved. (Salvatore Sanfilippo)
* Log offending memory access address on SIGSEGV/SIGBUS (Salvatore
Sanfilippo)
页:
[1]