Skip to content

Redis #136

Answered by maxcountryman
HosMercury asked this question in Q&A
Discussion options

You must be logged in to vote

Any Redis client may be used as a store. Simply implement the SessionStore trait with your preferred client.

Alternatively, we've also used fred to implement a Redis session store (with the same trait) that can be used as well.

Generally speaking, we very much encourage folks to implement their own session stores.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HosMercury
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants