Fixing small typo in redis module documentation
This commit is contained in:
parent
17aa738872
commit
a39aa57c5c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ short_description: Various redis commands, slave and flush
|
||||||
description:
|
description:
|
||||||
- Unified utility to interact with redis instances.
|
- Unified utility to interact with redis instances.
|
||||||
'slave' Sets a redis instance in slave or master mode.
|
'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"
|
version_added: "1.3"
|
||||||
options:
|
options:
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Reference in a new issue