Skip to content

Instantly share code, notes, and snippets.

@miguno
Last active September 2, 2016 14:25
Show Gist options
  • Save miguno/d39b08c434a7bbf9c32276d0d362cc1e to your computer and use it in GitHub Desktop.
Save miguno/d39b08c434a7bbf9c32276d0d362cc1e to your computer and use it in GitHub Desktop.
Get the latest value for key "jolly" in state store "word-count"
# Get the latest value for key "jolly" in state store "word-count"
$ http://localhost:7070/state/keyvalue/word-count/jolly
{
	"key": "jolly",
	"value": 55
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment