package hiredis
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Hiredis.Pool
A pool is used to access one server using many clients
type t = Client.t Lwt_pool.tval create : ?port:int -> string -> int -> tcreate ~port host n creates a new pool of n clients listening on host:port