Skip to content

SpringDataRedis

mnhmilu edited this page Feb 23, 2019 · 8 revisions

Step 1:

Run redis server on docker

docker pull redis docker run -d -p 6379:6379 --name redis redis:latest

Common Redis-cli commands

redis-cli keys * hgetall key ttl key flushall

Redis Spring Repository

Spring Template

Redis Connection Factory

HashOperation

# Resource to follow:

Introduction to Spring Data Redis

Spring Boot with Redis Pub Sub

Redis Repository Example

Clone this wiki locally