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

BREAKING: simplify RedisReply type, add parseReply option to Redis#sendCommand #389

Merged
merged 17 commits into from
Jun 13, 2023

Conversation

uki00a
Copy link
Member

@uki00a uki00a commented Jun 11, 2023

I'm looking for a flexible way to handle replies to support RESP3. For this purpose, I introduced the RedisReply type. However, I now believe this was a premature abstraction. This PR introduces a simpler method.

@uki00a uki00a marked this pull request as ready for review June 11, 2023 16:17
@uki00a uki00a changed the title BREAKING: simplify RedisReply type BREAKING: simplify RedisReply type, add parseReply option to Connection#sendCommand Jun 13, 2023
@uki00a uki00a changed the title BREAKING: simplify RedisReply type, add parseReply option to Connection#sendCommand BREAKING: simplify RedisReply type, add parseReply option to Redis#sendCommand Jun 13, 2023
@uki00a uki00a merged commit 24a82e0 into denodrivers:master Jun 13, 2023
@uki00a uki00a deleted the simplify-reply-decoding branch June 13, 2023 20:08
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.

1 participant