Liking cljdoc? Tell your friends :D

redis.connection-pool


make-connection-poolclj

(make-connection-pool & options)

Create a connection pool. Available options are:

:max-active :max-total :max-idle :when-exhausted-action :test-on-borrow :test-on-return :time-between-eviction-runs-ms :min-evictable-idle-time-ms :test-while-idle :min-idle :lifo

see http://commons.apache.org/pool/apidocs/org/apache/commons/pool/impl/GenericKeyedObjectPool.html for option documentation

Create a connection pool. Available options are:

  :max-active 
  :max-total
  :max-idle
  :when-exhausted-action
  :test-on-borrow
  :test-on-return
  :time-between-eviction-runs-ms
  :min-evictable-idle-time-ms
  :test-while-idle
  :min-idle
  :lifo

see
http://commons.apache.org/pool/apidocs/org/apache/commons/pool/impl/GenericKeyedObjectPool.html
for option documentation
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close