(command k)
gets the command info
(command :hset) => map?
gets the command info (command :hset) => map?
(command-doc {:keys [id prefix arguments]})
converts an entry to the redis doc format
(command-doc (:set (parse-commands))) => "SET key value [EX seconds|PX milliseconds] [NX|XX] [KEEPTTL]"
converts an entry to the redis doc format (command-doc (:set (parse-commands))) => "SET key value [EX seconds|PX milliseconds] [NX|XX] [KEEPTTL]"
(command-groups)
(command-groups group)
lists all command group types
(command-groups) => (list :cluster :connection :generic :geo :hash :hyperloglog :list :pubsub :scripting :server :set :sorted-set :stream :string :transactions)
lists all command group types (command-groups) => (list :cluster :connection :generic :geo :hash :hyperloglog :list :pubsub :scripting :server :set :sorted-set :stream :string :transactions)
(command-groups-raw)
(command-groups-raw group)
helper function for lib.redis.impl.reference/command-groups
helper function for lib.redis.impl.reference/command-groups
(command-list)
(command-list group)
returns all commands
(command-list)
(command-list :hash)
returns all commands (command-list) (command-list :hash)
(parse-commands)
(parse-commands main-path supplement-path)
returns all commands
(parse-commands) => map?
returns all commands (parse-commands) => map?
(parse-commands-raw)
(parse-commands-raw main-path supplement-path)
helper function for lib.redis.impl.reference/parse-commands
helper function for lib.redis.impl.reference/parse-commands
(parse-main content)
parses file for main reference
parses file for main reference
(parse-main-raw content)
helper function for lib.redis.impl.reference/parse-main
helper function for lib.redis.impl.reference/parse-main
(parse-supplements content)
parses file for supplement reference
parses file for supplement reference
(parse-supplements-raw content)
helper function for lib.redis.impl.reference/parse-supplements
helper function for lib.redis.impl.reference/parse-supplements
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close