Skip to content

redis-cli add control on raw format line delimiter#7841

Merged
oranagra merged 5 commits intoredis:unstablefrom
DvirDukhan:remove_raw_linedrop
Oct 4, 2020
Merged

redis-cli add control on raw format line delimiter#7841
oranagra merged 5 commits intoredis:unstablefrom
DvirDukhan:remove_raw_linedrop

Conversation

@DvirDukhan
Copy link

Hi
This PR handles raw formatting unwanted addition line drop from redis-cli. This cuases the retrived raw data to become unusable as it has additional line drop symbol. Causes issue RedisAI/redis-inference-optimization#458

@oranagra
Copy link
Member

@DvirDukhan did it use to work in the past? When?
The last change in unstable didn't seem to affect it
81879bc#diff-12ccdbf958c39a07b5dc785c68c8ebd3

@DvirDukhan DvirDukhan changed the title removed raw format linedrop raw format new line delimiter Oct 1, 2020
DvirDukhan and others added 3 commits October 4, 2020 15:29
@oranagra oranagra changed the title raw format new line delimiter redis-cli add control on raw format line delimiter Oct 4, 2020
@oranagra oranagra merged commit 6418d76 into redis:unstable Oct 4, 2020
@oranagra oranagra mentioned this pull request Oct 26, 2020
oranagra added a commit that referenced this pull request Oct 27, 2020
Adding -D option for redis-cli to control newline between command
responses in raw mode.

Also removing cleanup code before calling exit, just in order
to avoid adding more adding more cleanup code (redis doesn't
bother to release allocations before exit anyway)

Co-authored-by: Oran Agra <[email protected]>
(cherry picked from commit 6418d76)
JackieXie168 pushed a commit to JackieXie168/redis that referenced this pull request Nov 4, 2020
Adding -D option for redis-cli to control newline between command
responses in raw mode.

Also removing cleanup code before calling exit, just in order
to avoid adding more adding more cleanup code (redis doesn't
bother to release allocations before exit anyway)

Co-authored-by: Oran Agra <[email protected]>
jschmieg pushed a commit to memKeyDB/memKeyDB that referenced this pull request Nov 6, 2020
Adding -D option for redis-cli to control newline between command
responses in raw mode.

Also removing cleanup code before calling exit, just in order
to avoid adding more adding more cleanup code (redis doesn't
bother to release allocations before exit anyway)

Co-authored-by: Oran Agra <[email protected]>
(cherry picked from commit 6418d76)
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.

2 participants