Fixing small typo in redis module documentation
This commit is contained in:
parent
60e7da2031
commit
777b8be15f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ short_description: Various redis commands, slave and flush
|
|||
description:
|
||||
- Unified utility to interact with redis instances.
|
||||
'slave' Sets a redis instance in slave or master mode.
|
||||
'flush' Flushes all the instance or ans specified db.
|
||||
'flush' Flushes all the instance or a specified db.
|
||||
version_added: "1.3"
|
||||
options:
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue