Druid Redis Cache
A cache implementation for Druid based on Redis.
Note that just adding these properties does not enable the cache. You still need to add the druid.<process-type>.cache.useCache
and druid.<process-type>.cache.populateCache
properties for the processes you want to enable the cache on as described in the .
To enable the redis cache, include this module on the loadList and set druid.cache.type
to redis
in your properties.
Metric | Description | Normal value |
---|---|---|
query/cache/redis/*/requests | Count of requests to redis cache | whatever request to redis will increase request count by 1 |