Sha256: 0b32ea799b78f2bf53986afe4e34d66873a1a4b511f9d25b7116b1f98fb1c65d

Contents?: true

Size: 197 Bytes

Versions: 1

Compression:

Stored size: 197 Bytes

Contents

# frozen_string_literal: true
class Twelvefactor::Environment::Cache::Redis
  def self.apply app, cache_url
    config = app.config

    config.cache_store = :redis_store, cache_url.to_s
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twelvefactor-cache-1.0.2 lib/twelvefactor/environment/cache/redis.rb