Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 471 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 471 Bytes

redis-poc

docker-compose will start:

  • a redis server with RedisInsight
  • a micro-service build with golang for basic CRUD purposes (Rest API)

🚀 Use Rest API

Save

curl -s -vvv -X POST "http://localhost:8080/jsie" -H 'content-type: application/json' -d '{ "value": "hello trendev" }' | jq

Find

curl -s -vvv "http://localhost:8080/jsie" -H 'content-type: application/json' | jq