package hiredis

  1. Overview
  2. Docs

Module Shell.ServerSource

Sourcetype t
Sourceval 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

Sourceval stop : t -> unit

Stop an active server

OCaml

Innovation. Community. Security.