Liking cljdoc? Tell your friends :D

carmine.commands

Define an appropriate function for EVERY Redis command. This is done by parsing the official Redis command reference (JSON) which includes up-to-date doc-strings, argument specs, etc. This awesome approach was adapted from labs-redis-clojure.

Define an appropriate function for EVERY Redis command. This is done by
parsing the official Redis command reference (JSON) which includes up-to-date
doc-strings, argument specs, etc. This awesome approach was adapted from
labs-redis-clojure.
raw docstring

defcommandcljmacro

(defcommand command-name {args :arguments :as refspec} debug-mode?)

Actually defines an appropriate function for Redis command given its name in reference ("CONFIG SET") and its refspec.

Defined function will require a context binding to run.

Actually defines an appropriate function for Redis command given its name in
reference ("CONFIG SET") and its refspec.

Defined function will require a *context* binding to run.
sourceraw docstring

defcommandscljmacro

(defcommands)
(defcommands debug-mode?)

Defines an appropriate function for every command in reference. If debug? then only PRINTS information about functions that would be defined.

Defines an appropriate function for every command in reference. If debug?
then only PRINTS information about functions that would be defined.
sourceraw docstring

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

× close