* Optimize logging statements using placeholder to avoid unnecessary concatenation (issue #1735)
- Apply awaitility to core tests - Cache maven local repo in Travis
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
- This implementation uses Lettuce as the internal client, and leverages Redis pub-sub feature to implement push mode data source. (by @tigerMoon)