Kdb.Bucket (Kdb v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Kdb.Bucket{
  batch: reference() | nil,
  db: reference(),
  dbname: atom(),
  handle: reference() | nil,
  module: module(),
  name: atom(),
  t: :ets.tid() | nil,
  ttl: boolean()
}

Link to this section Functions

Link to this function

fetch(bucket, key)

Link to this function

get_and_update(bucket, key, fun)