Skip to content

Commit fb7c67a

Browse files
authored
Update from EOL Redis 5 to supported Redis 7 in tutorial (#2000)
1 parent 9dc55d6 commit fb7c67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/part_2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ it):
372372

373373
.. code-block:: sh
374374
375-
$ docker run --rm -p 6379:6379 redis:5
375+
$ docker run --rm -p 6379:6379 redis:7
376376
377377
We need to install channels_redis so that Channels knows how to interface with
378378
Redis. Run the following command:

0 commit comments

Comments
 (0)