eltonsandre / spring-redis-sample

Exemplo de conexão com Redis Sentinel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exemplo de conexão com Redis Sentinel cache (Jedis)

IntelliJ IDEA Plugin

Cachable object json

curl --request GET \
  --url http://localhost:8080/customers

Cachable Collection json

curl --request GET \
  --url http://localhost:8080/customers

Cache evict

curl --request POST \
  --url http://localhost:8080/customers \
  --header 'Content-Type: application/json' \
  --data '{ "name": "Rafaela Borges",
		"document": "85762588548" }'

About

Exemplo de conexão com Redis Sentinel


Languages

Language:Java 100.0%