You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
416 B

  1. > echo hello
  2. -> data: {hello}
  3. > info
  4. -> data: {size:0}
  5. > commit
  6. > append_tx abc
  7. -> code: OK
  8. > info
  9. -> data: {size:1}
  10. > commit
  11. -> data: {750502FC7E84BBD788ED589624F06CFA871845D1}
  12. > query abc
  13. -> code: OK
  14. -> data: {Index=0 value=abc exists=true}
  15. > append_tx def=xyz
  16. -> code: OK
  17. > commit
  18. -> data: {76393B8A182E450286B0694C629ECB51B286EFD5}
  19. > query def
  20. -> code: OK
  21. -> data: {Index=1 value=xyz exists=true}