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 Printers #37

Merged
merged 3 commits into from
Dec 24, 2021
Merged

Resp Printers #37

merged 3 commits into from
Dec 24, 2021

Conversation

ChristopherDavenport
Copy link
Collaborator

toStringRedisCLI - Equivalent to what you get back from the redis-cli prompt

1) 1) "mystream"
    2) 1) 1) "1639792169819-0"
         2) 1) "sensor-id"
             2) "1234"
             3) "temperature"
             4) "12"
             5) "ba"
             6) "123"

toStringProtocol - Equivalent to the wire level protocol

*1
*2
$8
mystream
*1
*2
$15
1639792169819-0
*6
$9
sensor-id
$4
1234
$11
temperature
$2
12
$2
ba
$3
123

@ChristopherDavenport ChristopherDavenport merged commit 05f2077 into main Dec 24, 2021
@armanbilge armanbilge deleted the prettyResp branch November 22, 2023 15:53
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