Options
All
  • Public
  • Public/Protected
  • All
Menu

An interface for simple synchronous key-value stores that don't have special support for transactions and such.

Hierarchy

  • SimpleSyncStore

Implemented by

Index

Methods

Methods

del

  • del(key: string): void

get

  • get(key: string): Buffer | undefined

put

  • put(key: string, data: Buffer, overwrite: boolean): boolean

Generated using TypeDoc