play-plugins icon indicating copy to clipboard operation
play-plugins copied to clipboard

Default jedis.pool settings

Open omergul opened this issue 11 years ago • 1 comments

What are the default jedis.pool settings?

omergul avatar Feb 17 '14 00:02 omergul

This is a question, not a bug, so this is the wrong place and this issue should be closed.

But to answer you:

https://github.com/typesafehub/play-plugins/blob/master/redis/src/main/scala/com/typesafe/plugin/RedisPlugin.scala

https://github.com/xetorthio/jedis/blob/master/src/main/java/redis/clients/jedis/JedisPoolConfig.java

http://commons.apache.org/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html

http://grepcode.com/file/repo1.maven.org/maven2/org.apache.tomcat/tomcat-dbcp/8.0.0-RC1/org/apache/tomcat/dbcp/pool2/impl/GenericObjectPoolConfig.java

aellerton avatar Feb 17 '14 03:02 aellerton