Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We need response typedefs #60

Closed
mzimbres opened this issue Feb 4, 2023 · 0 comments · Fixed by #61
Closed

We need response typedefs #60

mzimbres opened this issue Feb 4, 2023 · 0 comments · Fixed by #61

Comments

@mzimbres
Copy link
Collaborator

mzimbres commented Feb 4, 2023

We have a request type but no response type. We should add

using response = std::tuple<...>;

and

using generic_response = std::vector<resp3::node<std::string>>;

The request type can be also move from redis::resp3::request to redis::request

@mzimbres mzimbres linked a pull request Feb 4, 2023 that will close this issue
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 a pull request may close this issue.

1 participant