Skip to content

Commit

Permalink
Add missing documentation for ECHO.
Browse files Browse the repository at this point in the history
(GitHub #165)
  • Loading branch information
nicolasff committed Apr 16, 2012
1 parent c4a5370 commit c265627
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ Parameter value.
$redis->getOption(Redis::OPT_SERIALIZER); // return Redis::SERIALIZER_NONE, Redis::SERIALIZER_PHP, or Redis::SERIALIZER_IGBINARY.
</pre>


## ping
##### *Description*

Expand All @@ -201,6 +200,20 @@ Check the current connection status
*STRING*: `+PONG` on success. Throws a RedisException object on connectivity error, as described above.


## echo
##### *Description*

Sends a string to Redis, which replies with the same string

##### *Parameters*

*STRING*: The message to send.

##### *Return Value*

*STRING*: the same message.


## get
##### *Description*

Expand Down

0 comments on commit c265627

Please sign in to comment.