You can search for identifiers within the package.
in-package search v0.2.0
hiredis
Shell.Server
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
start ~temp_dir ~config port
redis-server
port
config
temp_dir
val stop : t -> unit
Stop an active server