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 6e4a7b2 commit a98a3fbCopy full SHA for a98a3fb
README.markdown
@@ -364,8 +364,9 @@ _**Description**_: Check the current connection status
364
365
##### *Return value*
366
367
-*STRING*: `+PONG` on success. Throws a [RedisException](#class-redisexception) object on connectivity error, as described above.
+*BOOL*: `TRUE` in case of success. Throws a [RedisException](#class-redisexception) object on connectivity error, as described above.
368
369
+Staring from version 5.0.0, the command returns boolean `TRUE` instead of *STRING* `+PONG` as in previous versions.
370
371
### echo
372
-----
0 commit comments