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

Update RESP3 reply description for SMEMBERS and SINTER commands. #2709

Closed
wants to merge 1 commit into from

Conversation

Yury-Fridlyand
Copy link

Redis returns set response for SMEMBERS and SINTER using RESP3.

$ redis-cli -3
127.0.0.1:6379> sinter s1
1~ "a"
127.0.0.1:6379> sinter s1
1~ "a"
127.0.0.1:6379> sinter s1 s2
(empty set)
127.0.0.1:6379> smembers s1
1~ "a"
127.0.0.1:6379>

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Copy link

netlify bot commented Apr 3, 2024

👷 Deploy request for redis-doc pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 019a6f0

@CLAassistant
Copy link

CLAassistant commented Apr 3, 2024

CLA assistant check
All committers have signed the CLA.

@Yury-Fridlyand
Copy link
Author

How can I build and start the doc website locally to verify the changes?

@Yury-Fridlyand
Copy link
Author

Yury-Fridlyand commented Apr 3, 2024

Oh duplicate of #2683
UPD
#2683 closed, reopening this one

@Yury-Fridlyand Yury-Fridlyand deleted the sinter-resp3 branch April 3, 2024 19:29
@Yury-Fridlyand Yury-Fridlyand restored the sinter-resp3 branch April 3, 2024 20:32
@Yury-Fridlyand Yury-Fridlyand reopened this Apr 3, 2024
@dwdougherty
Copy link
Collaborator

Thank you. This is being fixed on the new docs repo.

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