From d93f533941a0c10f630da68b7fe38f8764ffc85a Mon Sep 17 00:00:00 2001 From: Savannah Date: Sun, 10 Dec 2023 19:48:41 -0500 Subject: [PATCH] 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 --- doctests/dt_stream.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doctests/dt_stream.py b/doctests/dt_stream.py index aa5bbb228f..2a7aabdc91 100644 --- a/doctests/dt_stream.py +++ b/doctests/dt_stream.py @@ -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(