mirror of
https://github.com/kennethreitz-archive/redis-docs.git
synced 2026-06-05 23:40:18 +00:00
19 lines
492 B
ReStructuredText
19 lines
492 B
ReStructuredText
`|Redis Documentation| <index.html>`_
|
||
**FlushallCommand: Contents**
|
||
`FLUSHALL <#FLUSHALL>`_
|
||
`Return value <#Return%20value>`_
|
||
FlushallCommand
|
||
===============
|
||
|
||
#sidebar `GenericCommandsSidebar <GenericCommandsSidebar.html>`_
|
||
FLUSHALL
|
||
========
|
||
|
||
Delete all the keys of all the existing databases, not just the
|
||
currently selected one. This command never fails.
|
||
|
||
Return value
|
||
------------
|
||
|
||
`Status code reply <ReplyTypes.html>`_
|
||
.. |Redis Documentation| image:: redis.png |