package hiredis

  1. Overview
  2. Docs

Module Hiredis.Pool

type t = Client.t Lwt_pool.t
val create : ?port:int -> string -> int -> t
val use : t -> (Client.t -> 'a Lwt.t) -> 'a Lwt.t