From 16c4f99b1e64e16e74b2344a1e33a599f7eab54c Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Thu, 1 Jun 2023 23:35:27 -0700 Subject: [PATCH] Update tutorials/pub-sub/README.md Signed-off-by: Paul Yuknewicz --- tutorials/pub-sub/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tutorials/pub-sub/README.md b/tutorials/pub-sub/README.md index 76c665ad..4f006f86 100644 --- a/tutorials/pub-sub/README.md +++ b/tutorials/pub-sub/README.md @@ -354,12 +354,6 @@ XLEN orders 3. To show the details of each order in the Redis stream events, use the `XRANGE` command. Specify two IDs, start and end. The range returned includes the elements having `start` or `end` as ID. The two special IDs - and + respectively mean the smallest and the greatest ID possible. Add an optional `COUNT` option at the end to get the first N items only. For example, the command shows the first 2 events. - ```bash XRANGE orders - + Count 2