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 zrange.md #2395

Merged
merged 2 commits into from
Apr 23, 2023
Merged

Update zrange.md #2395

merged 2 commits into from
Apr 23, 2023

Conversation

Andrei-Banu
Copy link
Contributor

The last 2 examples have (empty array) as response in the cli. Updated the cli command to make sure there is data in the zset before querying it

The last 2 examples have `(empty array)` as response in the cli. Updated the cli command to make sure there is data in the zset before querying it
@netlify
Copy link

netlify bot commented Apr 22, 2023

Deploy Preview for redis-doc ready!

Name Link
🔨 Latest commit 3d01ef0
🔍 Latest deploy log https://app.netlify.com/sites/redis-doc/deploys/644517f751b0a0000790aa79
😎 Deploy Preview https://deploy-preview-2395--redis-doc.netlify.app/commands/zrange
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Collaborator

@enjoy-binbin enjoy-binbin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i checked, this look right, thanks.

Copy link
Member

@itamarhaber itamarhaber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Andrei-Banu - much appreciated.

The root cause for this issue is that we've replaced the interactive examples' backend. The previous implementation treated all examples in a single page as a single session, whereas the current one treats every example - regardless of the page - as a session. Until we fix the backend (created an issue to track at redis/redis-clinterwebz#21), this is a good workaround so merging.

@itamarhaber itamarhaber merged commit 006bbfa into redis:master Apr 23, 2023
5 checks passed
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