package irmin-server

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Commands.BranchSource

Sourcetype key = Store.Backend.Branch.key
Sourcetype value = Store.Backend.Branch.value
Sourcemodule Mem : CMD with type req = key and type res = bool
Sourcemodule Find : CMD with type req = key and type res = value option
Sourcemodule Set : CMD with type req = key * value and type res = unit
Sourcemodule Test_and_set : CMD with type req = key * value option * value option and type res = bool
Sourcemodule Remove : CMD with type req = key and type res = unit
Sourcemodule List : CMD with type req = unit and type res = key list
Sourcemodule Clear : CMD with type req = unit and type res = unit
Sourcemodule Watch : CMD with type req = (key * value) list option and type res = unit
Sourcemodule Watch_key : CMD with type req = value option * key and type res = unit
Sourcemodule Unwatch : CMD with type req = unit and type res = unit
OCaml

Innovation. Community. Security.