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

correct OBJECT ENCODING response for stream type #7797

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

hwware
Copy link
Collaborator

@hwware hwware commented Sep 15, 2020

This commit makes stream object returning "stream" as encoding type in OBJECT ENCODING subcommand and DEBUG OBJECT command.

Before:
127.0.0.1:6379> object encoding tt
"unknown"

After:
127.0.0.1:6379> object encoding tt
"stream"

@oranagra oranagra changed the title return correct encoding type for stream object correct OBJECT ENCODING response for stream type Sep 15, 2020
@oranagra oranagra merged commit 6ff741b into redis:unstable Sep 15, 2020
oranagra pushed a commit to oranagra/redis that referenced this pull request Oct 26, 2020
This commit makes stream object returning "stream" as encoding type in OBJECT ENCODING subcommand and DEBUG OBJECT command.

Till now, it would return "unknown"

(cherry picked from commit 6ff741b)
@oranagra oranagra mentioned this pull request Oct 26, 2020
oranagra pushed a commit that referenced this pull request Oct 27, 2020
This commit makes stream object returning "stream" as encoding type in OBJECT ENCODING subcommand and DEBUG OBJECT command.

Till now, it would return "unknown"

(cherry picked from commit 6ff741b)
JackieXie168 pushed a commit to JackieXie168/redis that referenced this pull request Nov 4, 2020
This commit makes stream object returning "stream" as encoding type in OBJECT ENCODING subcommand and DEBUG OBJECT command.

Till now, it would return "unknown"
jschmieg pushed a commit to memKeyDB/memKeyDB that referenced this pull request Nov 6, 2020
This commit makes stream object returning "stream" as encoding type in OBJECT ENCODING subcommand and DEBUG OBJECT command.

Till now, it would return "unknown"

(cherry picked from commit 6ff741b)
@hwware hwware deleted the stream_encoding branch November 6, 2020 20:29
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.

None yet

3 participants