Liking cljdoc? Tell your friends :D

memento.redis.sec-index


all-indexesclj

Stores pairs of connection + indexes key seen

Stores pairs of connection + indexes key seen
sourceraw docstring

clean-up-scriptclj

source

finish-load-scriptclj

source

invalidate-by-indexclj

(invalidate-by-index conn indexes-key id-key)

Remove (invalidate) secondary index and all the keys therein

Remove (invalidate) secondary index and all the keys therein
sourceraw docstring

invalidate-scriptclj

source

keys-param-for-sec-idxclj

(keys-param-for-sec-idx kg k cache-name tag-idents)

Script to insert an entry with secondary indexes has special KEYS structure of [k, indexes-key, id-key1, id-key2, ....].

Script to insert an entry with secondary indexes has special KEYS structure of
[k, indexes-key, id-key1, id-key2, ....].
sourceraw docstring

maintenance-stepclj

(maintenance-step all-indexes)

Perform maintenance multithreaded, one future per each connection after the first.

Perform maintenance multithreaded, one future per each connection after the first.
sourceraw docstring

removed-expired-keysclj

(removed-expired-keys conn set-key)

Looks at 20 keys in master index then look at up to 20 of their entries. If more than 20% were expired, repeat the process.

Looks at 20 keys in master index then look at up to 20 of their entries. If more than 20%
were expired, repeat the process.
sourceraw docstring

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

× close