Skip to content

Commit

Permalink
Update redis docs for PING and QUIT
Browse files Browse the repository at this point in the history
Support for these was introduced in
@4175419288ef66d95e082cfa2124e77fe6d4fe6d.
  • Loading branch information
rohitpaulk committed Aug 9, 2016
1 parent 330f43a commit eed1953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@
+-------------------+------------+---------------------------------------------------------------------------------------------------------------------+
| ECHO | No | ECHO message |
+-------------------+------------+---------------------------------------------------------------------------------------------------------------------+
| PING | No | PING |
| PING | Yes | PING |
+-------------------+------------+---------------------------------------------------------------------------------------------------------------------+
| QUIT | No | QUIT |
| QUIT | Yes | QUIT |
+-------------------+------------+---------------------------------------------------------------------------------------------------------------------+
| SELECT | No | SELECT index |
+-------------------+------------+---------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit eed1953

Please sign in to comment.