Removes more spuriousness from 3.0.7

This commit is contained in:
Itamar Haber 2016-01-30 23:23:19 +02:00
parent 49b7f0ec45
commit 9969d7f787

View File

@ -33,11 +33,6 @@ Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs.
always be free to move keys between nodes about open slots, in order
to reshard, fix the cluster configuration, and so forth.
(Salvatore Sanfilippo)
* [FIX] Lua debugger crash when printing too deeply nested objects.
(Reported by Paul Kulchenko, fixed by Salvatore Sanfilippo)
* [FIX] Redis-cli implementation of Lua debugging now allows to use the
SCRIPT DEBUG command directly, switching to debugging mode as needed.
(Reported by Paul Kulchenko, fixed by Salvatore Sanfilippo)
* [FIX] Redis-trib is now able to fix more errors. A new CLUSTER subcommand
called BUMPEPOCH was introduced in order to support new modes
for the "fix" subcommand. (Salvatore Sanfilippo)