JedisPoolFactory

class JedisPoolFactory(props: Map[String, String]) extends Factory[JedisPool]
Companion
object
trait Factory[JedisPool]
class Object
trait Matchable
class Any

Value members

Concrete methods

def result: JedisPool

Inherited methods

def objectType: Class[JedisPool]
Inherited from
Factory
def singleton: Boolean
Inherited from
Factory