Skip to content

Provide adapter to store RESP3 maps in vector<pair<T, U>> - #434

Merged
mzimbres merged 1 commit into
boostorg:developfrom
mzimbres:433-support-more-map-containers
Aug 8, 2026
Merged

Provide adapter to store RESP3 maps in vector<pair<T, U>>#434
mzimbres merged 1 commit into
boostorg:developfrom
mzimbres:433-support-more-map-containers

Conversation

@mzimbres

Copy link
Copy Markdown
Collaborator

No description provided.

@mzimbres
mzimbres requested a review from anarthal July 25, 2026 15:25
@cppalliance-bot

cppalliance-bot commented Jul 25, 2026

Copy link
Copy Markdown

An automated preview of the documentation is available at https://434.redis.prtest3.cppalliance.org/libs/redis/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-08-08 09:55:02 UTC

@mzimbres
mzimbres force-pushed the 433-support-more-map-containers branch from c3a667f to 3df3448 Compare July 25, 2026 21:13
Comment thread include/boost/redis/adapter/detail/adapters.hpp
Comment thread include/boost/redis/adapter/detail/adapters.hpp
Comment thread include/boost/redis/adapter/detail/adapters.hpp
@anarthal

Copy link
Copy Markdown
Collaborator

This covers vector<pair<T, U>> nicely, but doesn't address the new C++23 associative containers, abseil or Boost.Unordered. After this gets merged, do you want me to try to come up with an approach that covers these, or are we not aiming to cover them?

@mzimbres
mzimbres force-pushed the 433-support-more-map-containers branch from 3df3448 to d7fe631 Compare August 1, 2026 21:19
@mzimbres

mzimbres commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator Author

This covers vector<pair<T, U>> nicely, but doesn't address the new C++23 associative containers, abseil or Boost.Unordered. After this gets merged, do you want me to try to come up with an approach that covers these, or are we not aiming to cover them?

Sure, thanks. It might not be trivial as I think there isn't a single concept that covers all e.g. map containers optimally.

@mzimbres
mzimbres force-pushed the 433-support-more-map-containers branch from d7fe631 to 55cfa0c Compare August 8, 2026 09:52
@mzimbres
mzimbres merged commit d270bfe into boostorg:develop Aug 8, 2026
79 of 80 checks passed
@mzimbres
mzimbres deleted the 433-support-more-map-containers branch August 8, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants