From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../{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 2df5e0919..3e757e603 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#107996): https://lists.openembedded.org/g/openembedded-devel/message/107996 Mute This Topic: https://lists.openembedded.org/mt/103477695/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
