Module: ActivePublisher::Async::RedisAdapter
- Defined in:
- lib/active_publisher/async/redis_adapter.rb,
lib/active_publisher/async/redis_adapter/consumer.rb,
lib/active_publisher/async/redis_adapter/redis_multi_pop_queue.rb
Defined Under Namespace
Classes: Adapter, Consumer, RedisMultiPopQueue
Constant Summary collapse
- REDIS_LIST_KEY =
"ACTIVE_PUBLISHER_LIST".freeze
Class Method Summary collapse
Class Method Details
.new(*args) ⇒ Object
11 12 13 |
# File 'lib/active_publisher/async/redis_adapter.rb', line 11 def self.new(*args) ::ActivePublisher::Async::RedisAdapter::Adapter.new(*args) end |