Liking cljdoc? Tell your friends :D

lib.redis.bench


*active*clj


+bench-path+clj


all-redis-portsclj

(all-redis-ports)

gets all active redis ports

gets all active redis ports
raw docstring

bench-startclj

(bench-start {:keys [port] :as redis} type)

starts the bench

starts the bench
raw docstring

bench-stopclj

(bench-stop {:keys [port bench] :as redis} _)

stops the bench

stops the bench
raw docstring

config-to-argsclj

(config-to-args m)

convert config map to args

(config-to-args {:port 21001 :appendonly true}) => "port 21001\nappendonly yes"

convert config map to args

(config-to-args {:port 21001
                 :appendonly true})
=> "port 21001\nappendonly yes"
raw docstring

start-redis-arrayclj

(start-redis-array ports)

starts a redis array

starts a redis array
raw docstring

start-redis-serverclj

(start-redis-server {:keys [port init]} type root-dir)

starts the redis server in a given directory

starts the redis server in a given directory
raw docstring

stop-redis-arrayclj

(stop-redis-array ports)

stops a redis array

stops a redis array
raw docstring

stop-redis-serverclj

(stop-redis-server port stop-type)

stop the redis server

stop the redis server
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close