Update documentation for 1.1.0.M1 release

This commit is contained in:
Jennifer Hickey
2013-07-01 12:51:39 -07:00
parent f4ba74e400
commit a0026ebc90
3 changed files with 65 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ public class JredisPool implements Pool<JRedis> {
* @param timeout
* The socket timeout or 0 to use the default socket timeout
* @param poolConfig
* The pool {@link COnfig}
* The pool {@link Config}
*/
public JredisPool(String hostName, int port, int dbIndex, String password, int timeout,
Config poolConfig) {