Liking cljdoc? Tell your friends :D

lib.redis.impl.reference


+command-groupsclj


+main-path+clj


+parse-commandsclj


+parse-mainclj


+parse-supplementsclj


+supplement-path+clj


commandclj

(command k)

gets the command info

(command :hset) => map?

gets the command info

(command :hset)
=> map?
raw docstring

command-docclj

(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]"
raw docstring

command-groupsclj

(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)
raw docstring

command-groups-rawclj

(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
raw docstring

command-listclj

(command-list)
(command-list group)

returns all commands

(command-list)

(command-list :hash)

returns all commands

(command-list)

(command-list :hash)
raw docstring

parse-commandsclj

(parse-commands)
(parse-commands main-path supplement-path)

returns all commands

(parse-commands) => map?

returns all commands

(parse-commands)
=> map?
raw docstring

parse-commands-rawclj

(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
raw docstring

parse-mainclj

(parse-main content)

parses file for main reference

parses file for main reference
raw docstring

parse-main-rawclj

(parse-main-raw content)

helper function for lib.redis.impl.reference/parse-main

helper function for lib.redis.impl.reference/parse-main
raw docstring

parse-supplementsclj

(parse-supplements content)

parses file for supplement reference

parses file for supplement reference
raw docstring

parse-supplements-rawclj

(parse-supplements-raw content)

helper function for lib.redis.impl.reference/parse-supplements

helper function for lib.redis.impl.reference/parse-supplements
raw docstring

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

× close