| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 1.3.12: * Fix memory leak problem of AsyncRedisCluster
- Update to 1.3.11: * 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
- Update URL
- update to 1.3.10:
* Fix TLS support on async interface
- update to 1.3.9:
* 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
- update to 1.3.8:
* Fix memory for async interface
* Support sending commands that have no keys, to Redis Cluster in
async mode
* Support verify mode for TLS support, so we can skip certificate
verification
* Support keepalive with customized interval
- drop fix-missing-include.patch includes upstream
- Add fix-missing-include.patch: Fix missing include exposed by gcc 13.