Skip to content

Commit

Permalink
remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Feb 5, 2024
1 parent 97ccffe commit 19f1bd6
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions server/service/keyer.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,28 +126,3 @@ func packU64(num uint64) string {
binary.BigEndian.PutUint64(numBytes, num)
return hex.EncodeToString(numBytes)
}



100
get "key.1" -> not found
set "key.1" = "bar"
get "key.2" -> "123"
set "key.2" = "789"
get "key.3" -> "xyz"
del "key.3"
set xu:FFFFFF100: [
del "key.1"
set "key.2" = "123"
set "key.3" = "xyz"
]

101
get "key.1" -> "bar" --> xu:FFFFFF101: set "key.1" = "bar"
set "key.1" = "baz"

undo last valid block 99
get xu:FFFFFF101: set "key.1" = "bar"
set "key.1" = "bar"
get xu:FFFFFF100: set "key.1" = ""
set "key.1" = ""

0 comments on commit 19f1bd6

Please sign in to comment.