Skip to content

trendev/redis-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published