We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a5370 commit c265627Copy full SHA for c265627
README.markdown
@@ -186,7 +186,6 @@ Parameter value.
186
$redis->getOption(Redis::OPT_SERIALIZER); // return Redis::SERIALIZER_NONE, Redis::SERIALIZER_PHP, or Redis::SERIALIZER_IGBINARY.
187
</pre>
188
189
-
190
## ping
191
##### *Description*
192
@@ -201,6 +200,20 @@ Check the current connection status
201
200
*STRING*: `+PONG` on success. Throws a RedisException object on connectivity error, as described above.
202
203
+## echo
204
+##### *Description*
205
+
206
+Sends a string to Redis, which replies with the same string
207
208
+##### *Parameters*
209
210
+*STRING*: The message to send.
211
212
+##### *Return Value*
213
214
+*STRING*: the same message.
215
216
217
## get
218
219
0 commit comments