Package Details: redis-plus-plus 1.3.10-1

Git Clone URL: https://aur.archlinux.org/redis-plus-plus.git (read-only, click to copy)
Package Base: redis-plus-plus
Description: Redis client written in C++
Upstream URL: https://github.com/sewenew/redis-plus-plus
Keywords: c++ cpp redis
Licenses: Apache
Submitter: cclin
Maintainer: cclin
Last Packager: cclin
Votes: 0
Popularity: 0.000000
First Submitted: 2020-12-28 03:28 (UTC)
Last Updated: 2023-07-12 02:44 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Pinned Comments

cclin commented on 2021-12-29 14:05 (UTC) (edited on 2021-12-29 14:06 (UTC) by cclin)

Note: By default redis-plus-plus is built with the -std=c++17 standard. and you should build your application with the same standard. In order to explicitly specify c++ standard, you can change the following cmake flag in the PKGBUID to 11 or 14 .

-DREDIS_PLUS_PLUS_CXX_STANDARD=17

Latest Comments

cclin commented on 2021-12-29 14:05 (UTC) (edited on 2021-12-29 14:06 (UTC) by cclin)

Note: By default redis-plus-plus is built with the -std=c++17 standard. and you should build your application with the same standard. In order to explicitly specify c++ standard, you can change the following cmake flag in the PKGBUID to 11 or 14 .

-DREDIS_PLUS_PLUS_CXX_STANDARD=17