Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 388 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 388 Bytes

Getting Started

Prerequisites

java 17
redis-cli
  1. Run Redis container
docker-compose up -d
  1. Run the app
./gradlew bootRun
  1. Connect to redis via redis-cli
redis-cli -h localhost -p 6379
  1. Create a key to evict event
SET test value

At this point you will get an event as

Redis pubsub event received: test