Skip to content

s8sg/test-redis-spring

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages