Skip to content

Commit 34dce66

Browse files
committed
Fix Redis::OPT_READ_TIMOUT typo
According to https://github.com/phpredis/phpredis/search?utf8=%E2%9C%93&q=OPT_READ_TIMEOUT&type=Code it's Redis::OPT_READ_TIMEOUT
1 parent 7ff8eba commit 34dce66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3288,7 +3288,7 @@ _**Description**_: Get the read timeout specified to phpredis or FALSE if we're
32883288
None
32893289
32903290
##### *Return value*
3291-
*Mixed* Returns the read timeout (which can be set using setOption and Redis::OPT_READ_TIMOUT) or FALSE if we're not connected
3291+
*Mixed* Returns the read timeout (which can be set using setOption and Redis::OPT_READ_TIMEOUT) or FALSE if we're not connected
32923292
32933293
### GetPersistentID
32943294
-----

0 commit comments

Comments
 (0)