Skip to content

cemserit/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 Publisher/Subscriber example

Install

Install Redis

  • Local Or Docker install (select only one)

Local

https://redis.io/download

Redis for docker

docker run -d --name redis -p 6379:6379 redis:4.0.1

HOW TO

Redis Command Line Interface Subscribe

redis-cli subscribe ch1

Redis Command Line Interface Publisher

redis-cli publish ch1 "hey everybody"

Run application

./gradlew clean build && java -jar build/libs/pubSub-0.0.1-SNAPSHOT.jar

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy