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

RESP Parser now separates command, key & val #13

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

sudarshan-reddy
Copy link
Owner

The nom based RESP Parser now is able to extract Command, Key, Value into the RespValue struct it uses. This is still a hacky solution and not very very robust for now. But this solves the current requirement of simply deriving Redis requests simply from observing ip packets.

The nom based RESP Parser now is able to extract Command, Key, Value
into the RespValue struct it uses. This is still a hacky solution and
not very very robust for now. But this solves the current requirement of
simply deriving Redis requests simply from observing ip packets.
@sudarshan-reddy sudarshan-reddy self-assigned this Aug 5, 2024
@sudarshan-reddy sudarshan-reddy merged commit 05bc0d6 into main Aug 5, 2024
1 check passed
@sudarshan-reddy sudarshan-reddy deleted the resp-parser-kv-refactor branch August 5, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant