Package Release Info

redis++-1.3.12-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libredis++1
redis++-devel

Change Logs

* Mon May 06 2024 Andreas Stieger <andreas.stieger@gmx.de>
- Update to 1.3.12:
  * Fix memory leak problem of AsyncRedisCluster
* Tue Jan 09 2024 Andrea Manzini <andrea.manzini@suse.com>
- 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
Version: 1.3.10-bp156.1.3
* Thu Aug 24 2023 Martin Pluskal <mpluskal@suse.com>
- Update URL
* Sat Jul 29 2023 Andreas Stieger <andreas.stieger@gmx.de>
- 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
* Sat May 20 2023 Andreas Stieger <Andreas.Stieger@gmx.de>
- 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
* Sat Apr 01 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Add fix-missing-include.patch: Fix missing include exposed by gcc
  13.