QiuMM commented on issue #6723: Druid-redis does not provide a historical buffer interface? URL: https://github.com/apache/incubator-druid/issues/6723#issuecomment-446058299 Please check the [redis cache doc](https://github.com/apache/incubator-druid/blob/master/docs/content/development/extensions-contrib/redis-cache.md) to learn how to use it. Below is a example: ``` # Use cache druid.historical.cache.useCache=true druid.historical.cache.populateCache=true druid.historical.cache.unCacheable=["select", "scan"] druid.cache.type=redis druid.cache.host=127.0.0.1 druid.cache.port=8080 ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
