Skip to content

nailcankucuk/redis-pub-sub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-pub-sub

Redis Pub Sub Example API via Spring Boot

Step-by-step

  • In this example app we are running our redis server in a docker container. You can start redis server with run this command on terminal while in the directory of project
docker-compose up -d

Now redis server should be running. You can check it with

docker-compose ps
  • You can access redis-cli in docker with
docker exec -it redis /bin/bash
redis-cli
  • First scenario - sub on cli, pub from api 1_1 1_2 1_3 1_4

  • Second scenario - sub on api, pub from cli 2_1 2_2 2_3 2_4

About

Redis Pub Sub Example API via Spring Boot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages