From e53bbbed774f0176c28ae3a72665953e5270e217 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jan 2024 15:04:22 +0800 Subject: [PATCH] redis-plus-plus: upgrade 1.3.10 -> 1.3.11 Changelog: ========== -Fix redlock to make multiple threads be able to lock on the same RedMutex -Asynchronously update slot-node mapping in some edge cases -Use weak_ptr to avoid joining EvenLoop thread in itself -Support setting connection name -Support shard pub/sub Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{redis-plus-plus_1.3.10.bb => redis-plus-plus_1.3.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/redis-plus-plus/{redis-plus-plus_1.3.10.bb => redis-plus-plus_1.3.11.bb} (95%) diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.10.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.11.bb similarity index 95% rename from meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.10.bb rename to meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.11.bb index 2df5e09194..3e757e6037 100644 --- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.10.bb +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.11.bb @@ -8,7 +8,7 @@ DEPENDS += "hiredis" SRC_URI = "git://github.com/sewenew/redis-plus-plus;branch=master;protocol=https \ file://0001-CMakeLists.txt-fix-substitution-for-static-libs.patch" -SRCREV = "8b9ce389099608cf9bae617d79d257d2cc05e12f" +SRCREV = "ad6baa121f4c6fbc7622d83d606210ac22549c78" S = "${WORKDIR}/git"