mirror of
https://github.com/kennethreitz-archive/redis-docs.git
synced 2026-06-05 15:30:19 +00:00
20 lines
434 B
ReStructuredText
20 lines
434 B
ReStructuredText
`|Redis Documentation| <index.html>`_
|
||
**QuitCommand: Contents**
|
||
`Quit <#Quit>`_
|
||
`Return value <#Return%20value>`_
|
||
QuitCommand
|
||
===========
|
||
|
||
#sidebar
|
||
`ConnectionHandlingSidebar <ConnectionHandlingSidebar.html>`_
|
||
Quit
|
||
====
|
||
|
||
Ask the server to silently close the connection.
|
||
|
||
Return value
|
||
------------
|
||
|
||
None. The connection is closed as soon as the QUIT command is
|
||
received.
|
||
.. |Redis Documentation| image:: redis.png |