Skip to content

venkat091929/sb-redis-messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

sb-redis-messaging

pub sub messaging with redis

  1. Redis installation with brew $ brew install redis

verify installation

$ brew doctor

Start redis server

$ ./redis/4.0.2/bin/redis-server

CLI client

$ ./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/

About

pub sub messaging with redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published