Lines Matching refs:pool
2 # http://ixti.net/development/ruby/2014/03/26/share-sidekiq-s-redis-pool-with-other-part-of-your-app.html
11 super(options.delete :pool) { Redis.new(options) }
33 def initialize(pool)
34 @pool = pool
39 def pool
40 @pool ||= Pool.new(config)
49 pool: {size: pool_size},
64 RedisConnection.new.pool(*args).with_namespace(namespace, &block)
66 RedisConnection.new.pool(*args).with_namespace(namespace).wrap
68 RedisConnection.new.pool(*args).wrap