pub sub messaging with redis
- Redis installation with brew $ brew install redis
$ brew doctor
$ ./redis/4.0.2/bin/redis-server
$ ./redis/4.0.2/redis-cli $ > set hello-key 'welcome to redis' OK $ > get hello-key "welcome to redis"
References:http://projects.spring.io/spring-data-redis/