Liking cljdoc? Tell your friends :D

memento.redis

Settings for Redis cache.

Besides there, the cache also supports these settings from base Memento:

  • key-fn
  • ret-fn
  • evt-fn
  • ttl
  • fade
Settings for Redis cache.

Besides there, the cache also supports these settings from
base Memento:
- key-fn
- ret-fn
- evt-fn
- ttl
- fade
raw docstring

memento.redis.poll.daemon

Daemon thread namespace.

On every thread wakeup we try to fetch results that are being awaited from redis.

There are longer, rarer jobs to do:

  • maintain expiry of load markers (generally about each second)
  • secondary indexes cleanup (generally every 4 seconds)
Daemon thread namespace.

On every thread wakeup we try to fetch results that are being awaited from redis.

There are longer, rarer jobs to do:
- maintain expiry of load markers (generally about each second)
- secondary indexes cleanup (generally every 4 seconds)
raw docstring

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

× close