the events function stuff always seemed very overkill to me. i cannot think of any other criteria i've ever wanted for session expiry other than "expire based on some period of idle time elapsing" and an event function being used to provide this seems a bit too much to me. thusly, this has all been replaced with a simple ttl value (specified in seconds) as a non-optional argument to aging-memory-store. also change the aging-memory-store opts parameter, it must now be an explicit map if provided |
||
---|---|---|
.. | ||
memory_test.clj | ||
performance.clj |