(all-redis-ports)gets all active redis ports
gets all active redis ports
(bench-start {:keys [port] :as redis} type)starts the bench
starts the bench
(bench-stop {:keys [port bench] :as redis} _)stops the bench
stops the bench
(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"(start-redis-array ports)starts a redis array
starts a redis array
(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
(stop-redis-server port stop-type)stop the redis server
stop the redis server
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |