package
0.0.0-20230410094002-959c02d50f95
Repository: https://github.com/vescale/zgraph.git
Documentation: pkg.go.dev

# Functions

Decode parses the origin key and version of an encoded key.
Encode encodes a user defined key with timestamp.
LockKey returns the encoded lock key of specified raw key.
NewKey encodes a key into MvccKey.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
insert operation has a constraint that key should not exist before.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrInvalidEncodedKey describes parsing an invalid format of EncodedKey.

# Structs

Entry
No description provided by the author
No description provided by the author
LockDecoder is used to decode Lock entry of low-level key-value store.
LockedError is returned when trying to Read/Write on a locked key.
SkipDecoder is used to decode useless versions of value entry.
No description provided by the author
ValueDecoder is used to decode the value entries.

# Type aliases

Key is the encoded key type with timestamp.
No description provided by the author
No description provided by the author