Redis 4.0.13.

This commit is contained in:
antirez 2019-02-20 17:26:31 +01:00
parent 77b4a0eb1a
commit 825843db9e
2 changed files with 10 additions and 1 deletions

View File

@ -10,6 +10,15 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
================================================================================
Redis 4.0.13 Released Wed Feb 20 17:25:31 CEST 2019
================================================================================
This release just backports a few fixes from Redis 5:
60b2537f rewrite BRPOPLPUSH as RPOPLPUSH to propagate
afc4b36c Don't treat unsupported protocols as fatal errors
================================================================================
Redis 4.0.12 Released Tue Dec 11 18:06:12 CEST 2018
================================================================================

View File

@ -1 +1 @@
#define REDIS_VERSION "4.0.12"
#define REDIS_VERSION "4.0.13"