class RedisClient::Config

github.com/redis-store/redis-store/issues/358#issuecomment-1537920008

Public Class Methods

new(**kwargs) click to toggle source
# File lib/potassium/assets/config/initializers/session_store.rb, line 5
def initialize(**kwargs)
  # remove not supported kwargs
  original_initialize(
    **kwargs.except(:raw, :serializer, :marshalling, :namespace, :scheme)
  )
end
Also aliased as: original_initialize

Public Instance Methods

original_initialize(**kwargs)
Alias for: new