(create-pool)(create-pool {:keys [host port pool timeout password]
:or {host "127.0.0.1"
port 6379
timeout Protocol/DEFAULT_TIMEOUT
pool {:size 42 :max-wait 30000}}})(scan-all redis s f)(scan-all redis s f params)scan a whole set 's' and apply a function 'f' on each 'batch'
scan a whole set 's' and apply a function 'f' on each 'batch'
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 |