package redis-async

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

Module Role.ReplicaSource

Sourcemodule Connection_state : sig ... end
Sourcetype t = {
  1. leader : Core.Host_and_port.t;
  2. connection_state : Connection_state.t;
  3. replication_offset : int;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int