package redis-async

  1. Overview
  2. Docs
val names : string list
val replication_offset : (t, int) Fieldslib.Field.t
val where_to_connect : (t, Core.Host_and_port.t) Fieldslib.Field.t
val fold : init:'acc__0 -> where_to_connect: ('acc__0 -> (t, Core.Host_and_port.t) Fieldslib.Field.t -> 'acc__1) -> replication_offset:('acc__1 -> (t, int) Fieldslib.Field.t -> 'acc__2) -> 'acc__2
val make_creator : where_to_connect: ((t, Core.Host_and_port.t) Fieldslib.Field.t -> 'acc__0 -> ('input__ -> Core.Host_and_port.t) * 'acc__1) -> replication_offset: ((t, int) Fieldslib.Field.t -> 'acc__1 -> ('input__ -> int) * 'acc__2) -> 'acc__0 -> ('input__ -> t) * 'acc__2
val create : where_to_connect:Core.Host_and_port.t -> replication_offset:int -> t
val map : where_to_connect: ((t, Core.Host_and_port.t) Fieldslib.Field.t -> Core.Host_and_port.t) -> replication_offset:((t, int) Fieldslib.Field.t -> int) -> t
val iter : where_to_connect:((t, Core.Host_and_port.t) Fieldslib.Field.t -> unit) -> replication_offset:((t, int) Fieldslib.Field.t -> unit) -> unit
val for_all : where_to_connect:((t, Core.Host_and_port.t) Fieldslib.Field.t -> bool) -> replication_offset:((t, int) Fieldslib.Field.t -> bool) -> bool
val exists : where_to_connect:((t, Core.Host_and_port.t) Fieldslib.Field.t -> bool) -> replication_offset:((t, int) Fieldslib.Field.t -> bool) -> bool
val to_list : where_to_connect:((t, Core.Host_and_port.t) Fieldslib.Field.t -> 'elem__) -> replication_offset:((t, int) Fieldslib.Field.t -> 'elem__) -> 'elem__ list
val map_poly : ([< `Read | `Set_and_create ], t, 'x0) Fieldslib.Field.user -> 'x0 list
module Direct : sig ... end