method
new
rails latest stable - Class:
ActionCable::SubscriptionAdapter::EventedRedis
new(*)public
No documentation available.
# File actioncable/lib/action_cable/subscription_adapter/evented_redis.rb, line 26
def initialize(*)
ActiveSupport::Deprecation.warn( The "evented_redis" subscription adapter is deprecated and will be removed in Rails 5.2. Please use the "redis" adapter instead..squish)
super
@redis_connection_for_broadcasts = @redis_connection_for_subscriptions = nil
end