Skip to content

Instantly share code, notes, and snippets.

@riywo
Created March 28, 2019 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riywo/b36c7cd7ef2560b0e5e1a713205d8e28 to your computer and use it in GitHub Desktop.
Save riywo/b36c7cd7ef2560b0e5e1a713205d8e28 to your computer and use it in GitHub Desktop.
$ ./runsample open foo.db
COMMAND: scan
START KEY: {"name": "bar", "timestamp": 0}
END KEY: {"name": "foo", "timestamp": 100}
{"name": "bar", "timestamp": 1} {"value": "bbb"}
{"name": "bar", "timestamp": 10} {"value": "bbb"}
{"name": "foo", "timestamp": 1} {"value": "bbb"}
{"name": "foo", "timestamp": 10} {"value": "bbb"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment