mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2667ce85d0
commit
e53bbbed77
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user