package hiredis

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val start : ?temp_dir:string -> ?config:(string * string list) list -> int -> t

start ~temp_dir ~config port starts a new redis-server instance on port with the given config. * The config file will be saved to temp_dir

val stop : t -> unit

Stop an active server