class SvelteOnRails::Configuration

def redis_cache_store

def redis_cache_store
  (@configs[:redis_cache_store] || {}).transform_keys(&:to_sym)
end