ring.redis.session.dev

Documentation forthcoming

default-connection

Documentation forthcoming

make-session-store

(make-session-store)(make-session-store conn)(make-session-store conn opts)

Provide some sane default for local dev.

redis

macro

(redis cmd-str & body)

With this macro we can do things like the following in the REPL (for querying Redis):

=> (redis 'ping)
=> (redis 'get "testkey")
=> (redis 'set "foo" "bar")

(Note that the escaped strings are for the docstring, and not what you’d actually type in the REPL.)