package redis-async

  1. Overview
  2. Docs
module Replica : sig ... end
type t = {
  1. replication_offset : int;
  2. replicas : Replica.t list;
}
val replicas : t -> Replica.t list
val replication_offset : t -> int
module Fields : sig ... end
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int