package
0.5.7
Repository: https://github.com/buraksezer/olric.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

DeleteHits is the number of deletion requests resulting in an item being removed.
DeleteMisses is the number of deletion requests for missing keys.
EntriesTotal is the total number of entries(including replicas) stored during the life of this instance.
No description provided by the author
No description provided by the author
No description provided by the author
ErrKeyNotFound is returned when a key could not be found.
No description provided by the author
ErrLockNotAcquired is returned when the requested lock could not be acquired.
ErrNoSuchLock is returned when the requested lock does not exist.
ErrReadQuorum means that read quorum cannot be reached to operate.
No description provided by the author
No description provided by the author
EvictedTotal is the number of entries removed from cache to free memory for new entries.
GetHits is the number of entries that have been requested and found present.
GetMisses is the number of entries that have been requested and not found.

# Structs

DMap implements a single-hop distributed hash table.
Entry
Entry is a DMap entry with its metadata.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author