package redis-async

  1. Overview
  2. Docs
val iter : t -> where_to_connect: ((t, Core.Host_and_port.t) Fieldslib.Field.t -> t -> Core.Host_and_port.t -> unit) -> replication_offset:((t, int) Fieldslib.Field.t -> t -> int -> unit) -> unit
val fold : t -> init:'acc__0 -> where_to_connect: ('acc__0 -> (t, Core.Host_and_port.t) Fieldslib.Field.t -> t -> Core.Host_and_port.t -> 'acc__1) -> replication_offset: ('acc__1 -> (t, int) Fieldslib.Field.t -> t -> int -> 'acc__2) -> 'acc__2
val for_all : t -> where_to_connect: ((t, Core.Host_and_port.t) Fieldslib.Field.t -> t -> Core.Host_and_port.t -> bool) -> replication_offset:((t, int) Fieldslib.Field.t -> t -> int -> bool) -> bool
val exists : t -> where_to_connect: ((t, Core.Host_and_port.t) Fieldslib.Field.t -> t -> Core.Host_and_port.t -> bool) -> replication_offset:((t, int) Fieldslib.Field.t -> t -> int -> bool) -> bool
val to_list : t -> where_to_connect: ((t, Core.Host_and_port.t) Fieldslib.Field.t -> t -> Core.Host_and_port.t -> 'elem__) -> replication_offset:((t, int) Fieldslib.Field.t -> t -> int -> 'elem__) -> 'elem__ list
val map : t -> where_to_connect: ((t, Core.Host_and_port.t) Fieldslib.Field.t -> t -> Core.Host_and_port.t -> Core.Host_and_port.t) -> replication_offset:((t, int) Fieldslib.Field.t -> t -> int -> int) -> t
val set_all_mutable_fields : t -> unit