Provides RedisCache, which caches variant images and metadata using the Redis data structure store.
cache.server.variant.ttl_seconds
has no effect with this cache. Likewise, if enabled, the cache worker will remain idle.
Last-Modified
response header. With RedisCache, it's only set when Redis' maxmemory-policy
configuration directive is not set to one of the LFU policies.
Use the plugin installer:
bin/install_plugin.sh galia-plugin-redis
Alternatively, download the plugin directly and extract it into Galia's plugins directory.
Copy the keys from config.yml.sample
into your application configuration
file and fill them in.
Tell Galia to use RedisCache as the variant cache and/or info cache by editing the following keys in your application configuration file:
cache.server.variant.enabled: true
cache.server.variant.implementation: RedisCache
cache.server.info.enabled: true
cache.server.info.implementation: RedisCache