SHA256
1
0
forked from pool/redis__

13 Commits

Author SHA256 Message Date
50eb2e6db3 Accepting request 1278332 from server:database
OBS-URL: https://build.opensuse.org/request/show/1278332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=12
2025-05-20 07:38:28 +00:00
Martin Pluskal
e1979dfe04 redis++ 1.3.14
OBS-URL: https://build.opensuse.org/package/show/server:database/redis++?expand=0&rev=26
2025-05-19 07:48:05 +00:00
4c02534a1f Accepting request 1255554 from server:database
OBS-URL: https://build.opensuse.org/request/show/1255554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=11
2025-03-24 12:32:46 +00:00
Martin Pluskal
81d8d6214f Accepting request 1255328 from home:sfalken:branches:server:database
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4

OBS-URL: https://build.opensuse.org/request/show/1255328
OBS-URL: https://build.opensuse.org/package/show/server:database/redis++?expand=0&rev=24
2025-03-24 09:55:13 +00:00
6d5012f52f Accepting request 1172324 from server:database
OBS-URL: https://build.opensuse.org/request/show/1172324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=10
2024-05-07 16:04:14 +00:00
b8889443e8 Accepting request 1137682 from server:database
OBS-URL: https://build.opensuse.org/request/show/1137682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=9
2024-01-09 19:50:41 +00:00
c31c401ecd Accepting request 1105570 from server:database
- 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

OBS-URL: https://build.opensuse.org/request/show/1105570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=8
2023-08-28 15:12:32 +00:00
4e2a43d3b3 Accepting request 1088073 from server:database
OBS-URL: https://build.opensuse.org/request/show/1088073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=7
2023-05-21 17:08:47 +00:00
eebc92f6c6 Accepting request 1076718 from server:database
OBS-URL: https://build.opensuse.org/request/show/1076718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=6
2023-04-02 17:18:37 +00:00
d0f65f03a4 Accepting request 1062182 from server:database
OBS-URL: https://build.opensuse.org/request/show/1062182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=5
2023-01-31 15:09:51 +00:00
af533dfe8b Accepting request 1031350 from server:database
OBS-URL: https://build.opensuse.org/request/show/1031350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=4
2022-10-26 14:08:40 +00:00
659b656ff5 Accepting request 1009570 from server:database
OBS-URL: https://build.opensuse.org/request/show/1009570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=3
2022-10-11 16:02:59 +00:00
1a83a522fc Accepting request 950718 from server:database
OBS-URL: https://build.opensuse.org/request/show/950718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis++?expand=0&rev=2
2022-02-02 21:40:09 +00:00
4 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26c1e45cdbafe1af4d2cf756957b2268baab6f802b53bcdd435864620e2c03c7
size 199691

3
redis++-1.3.14.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7a15b51a857339cc73f444ea93e042a8c911a0e7858cecc394200c47b76fb3f
size 204689

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun May 18 07:15:57 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to 1.3.14:
* Fix async connection
* Add version info in version.h file
* Update slot-node mapping with time interval
* Support Redis function
* Fix scan cursor type from long long to unsigned long long
* Avoid throw exception in RedMutex::unlock
* Better support for mset, lmpop, lmove, blmove
* Better support for Redis Cluster in IPv6 env
-------------------------------------------------------------------
Sat Mar 22 20:36:22 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
-------------------------------------------------------------------
Mon May 6 21:48:26 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -2,7 +2,7 @@
# spec file for package redis++
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,14 @@
%define sover 1
Name: redis++
Version: 1.3.12
Version: 1.3.14
Release: 0
Summary: C++ client for Redis
License: Apache-2.0
URL: https://github.com/sewenew/redis-plus-plus
Source0: https://github.com/sewenew/redis-plus-plus/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: c++_compiler
BuildRequires: cmake
BuildRequires: cmake >= 3.5
BuildRequires: pkgconfig
BuildRequires: pkgconfig(hiredis)
BuildRequires: pkgconfig(hiredis_ssl)
@@ -64,7 +64,8 @@ sed -i -e '/DESTINATION.*/s/lib/%{_lib}/' CMakeLists.txt
-DREDIS_PLUS_PLUS_BUILD_STATIC=OFF \
-DREDIS_PLUS_PLUS_USE_TLS=ON \
-DREDIS_PLUS_PLUS_BUILD_TEST=OFF \
-DREDIS_PLUS_PLUS_BUILD_ASYNC="libuv"
-DREDIS_PLUS_PLUS_BUILD_ASYNC="libuv" \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
%cmake_build
%install