Skip to content

Commit d93f533

Browse files
authored
unused example ID causes entire file to be shown (#3069)
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
1 parent eb4b887 commit d93f533

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doctests/dt_stream.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
print(e) # >>> WRONGID
7777
# STEP_END
7878

79+
# STEP_START xadd_7
80+
# Not yet implemented
81+
# STEP_END
82+
7983
# STEP_START xrange_all
8084
res11 = r.xrange("race:france", "-", "+")
8185
print(

0 commit comments

Comments
 (0)