Commits

Peter Korsgaard committed 34aba0a9e79
redis: bump to version 3.2.11 3.2.11 fixes important issues. From the release notes: ================================================================================ Redis 3.2.11 Released Thu Sep 21 15:47:53 CEST 2017 ================================================================================ Upgrade urgency HIGH: Potentially critical bugs fixed. AOF flush on SHUTDOWN did not cared to really write the AOF buffers (not in the kernel but in the Redis process memory) to disk before exiting. Calling SHUTDOWN during traffic resulted into not every operation to be persisted on disk. Also add a hash for the license file while we're at it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 751cd4cfab88ff15143d13eccf87f982a274e4e3) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 58ea6ad528a53b1b3f19efb441bbeb6451695b8e) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>