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