Liking cljdoc? Tell your friends :D
Clojure only.

ring.middleware.session.memcached


mem-storeclj

(mem-store servers & opts)

Creates session storage backed by memcached with zero or more options(any order):

:protocol Protocol to talk with memcached,a string in "text" "binary" or "kestrel",default is text.

:hash Hash algorithm,a string in "consistent", "standard" or "phpmemcache", default is standard hash.

:pool Connection pool size,default is 1

:timeout Operation timeout in milliseconds,default is five seconds.

:name A name to define a memcached client instance

Creates session storage backed by memcached with zero or more options(any order):

:protocol  Protocol to talk with memcached,a string in "text" "binary" or "kestrel",default is text.

:hash  Hash algorithm,a string in  "consistent", "standard" or "phpmemcache", default is standard hash.

:pool  Connection pool size,default is 1

:timeout  Operation timeout in milliseconds,default is five seconds.

:name  A name to define a memcached client instance
sourceraw docstring

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

× close