Skip to content

Commit

Permalink
unused example ID causes entire file to be shown (#3069)
Browse files Browse the repository at this point in the history
xadd_7 is a redis 7 feature and had not yet been implemented - will update when it is but currently it leads to unexpected behavior on the website to have it missing
  • Loading branch information
sav-norem committed Dec 11, 2023
1 parent eb4b887 commit d93f533
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doctests/dt_stream.py
Expand Up @@ -76,6 +76,10 @@
print(e) # >>> WRONGID
# STEP_END

# STEP_START xadd_7
# Not yet implemented
# STEP_END

# STEP_START xrange_all
res11 = r.xrange("race:france", "-", "+")
print(
Expand Down

0 comments on commit d93f533

Please sign in to comment.