module ActivePublisher::Async::RedisAdapter

Constants

REDIS_LIST_KEY

Public Class Methods

new(*args) click to toggle source
# File lib/active_publisher/async/redis_adapter.rb, line 11
def self.new(*args)
  ::ActivePublisher::Async::RedisAdapter::Adapter.new(*args)
end