package redis-async

  1. Overview
  2. Docs
type t = {
  1. where_to_connect : Core.Host_and_port.t;
  2. replication_offset : int;
}
val replication_offset : t -> int
val where_to_connect : t -> Core.Host_and_port.t
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