Skip to content

correct OBJECT ENCODING response for stream type#7797

Merged
oranagra merged 1 commit intoredis:unstablefrom
hwware:stream_encoding
Sep 15, 2020
Merged

correct OBJECT ENCODING response for stream type#7797
oranagra merged 1 commit intoredis:unstablefrom
hwware:stream_encoding

Conversation

@hwware
Copy link
Contributor

@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 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.

3 participants