/webapp

redis-sentinel-deployment

Primary LanguagePython

Scenario

Cloud Computing - 1st Competition_2

Cloud Computing - 1st Competition_3

How to test

For send data to database:

curl -X POST -H "Content-Type: application/json" -d '{"key": "key1", "value":"value1"}' localhost:8080/set

For getting data:

curl -H "Content-Type: application/json" -d '{"key": "key1"}' localhost:8080/get

sentinel deployment