package redis-async

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

Module Redis.RoleSource

The role of a Redis node as described by https://redis.io/commands/role/

Sourcemodule Replica : sig ... end
Sourcemodule Leader : sig ... end
Sourcemodule Sentinel : sig ... end
Sourcetype t =
  1. | Leader of Leader.t
  2. | Replica of Replica.t
  3. | Sentinel of Sentinel.t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
Sourceval of_resp3 : Resp3.t -> t Core.Or_error.t
Sourcemodule For_testing : sig ... end
OCaml

Innovation. Community. Security.