Skip to content

Commit

Permalink
Merge pull request #76 from bhanuvrat/patch-1
Browse files Browse the repository at this point in the history
correct a typo
  • Loading branch information
agentzh committed Feb 3, 2016
2 parents 3c3bcf4 + e2aaa64 commit 7a19cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -250,7 +250,7 @@ You can specify the max idle timeout (in ms) when the connection is in the pool

In case of success, returns `1`. In case of errors, returns `nil` with a string describing the error.

Only call this method in the place you would have called the `close` method instead. Calling this method will immediately turn the current redis object into the `closed` state. Any subsequent operations other than `connect()` on the current objet will return the `closed` error.
Only call this method in the place you would have called the `close` method instead. Calling this method will immediately turn the current redis object into the `closed` state. Any subsequent operations other than `connect()` on the current object will return the `closed` error.

[Back to TOC](#table-of-contents)

Expand Down

0 comments on commit 7a19cf9

Please sign in to comment.