Popularity
5.8
Stable
Activity
0.0
Stable
6
3
4

Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Database     Yesod    

yesod-session-redis alternatives and similar packages

Based on the "yesod" category.
Alternatively, view yesod-session-redis alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of yesod-session-redis or a related project?

Add another 'yesod' Package

README

To use add the following to your Foundation.hs:

instance Yesod App where
     -- Store session data in redis with a key in a cookie clientside
     makeSessionBackend _ = do
         backend <- redisSessionBackend
         return $ Just backend