Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redis-plus-plus: upgrade 1.3.8 -> 1.3.9 | Wang Mingyu | 2023-06-19 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | 0001-CMakeLists.txt-fix-substitution-for-static-libs.patch refresh for new version Changelog: =========== Fix async interface bug More built-in commands support for AsyncRedis Fix incorrect hiredis static lib dependency when building with TSL Breaking change: make HSET related methods return long long instead of bool Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | redis-plus-plus: introduce fix for library detection | Peter Bergin | 2023-05-23 | 1 | -0/+45 |
When building static library a substitution for library name was bad. Reported in https://github.com/sewenew/redis-plus-plus/issues/486 and detected when building new version of hiredis that also builds a static library. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com> |