Searched refs:with_namespace (Results 1 - 2 of 2) sorted by relevance

/ontohub/config/initializers/
H A Dsidekiq.rb4 with_namespace("#{Settings.redis.namespace}:sidekiq")
9 with_namespace("#{Settings.redis.namespace}:sidekiq")
H A Dredis_pool.rb14 def with_namespace(ns) method in class:Ontohub.RedisConnection.Pool
64 RedisConnection.new.pool(*args).with_namespace(namespace, &block)
66 RedisConnection.new.pool(*args).with_namespace(namespace).wrap

Completed in 9 milliseconds