diff options
Diffstat (limited to 'iredis/data/commands/quit.md')
-rw-r--r-- | iredis/data/commands/quit.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iredis/data/commands/quit.md b/iredis/data/commands/quit.md new file mode 100644 index 0000000..b6ce3bf --- /dev/null +++ b/iredis/data/commands/quit.md @@ -0,0 +1,6 @@ +Ask the server to close the connection. The connection is closed as soon as all +pending replies have been written to the client. + +@return + +@simple-string-reply: always OK. |