Popularity
5.8
Stable
Activity
0.0
Stable
6
3
4
Monthly Downloads: 0
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
yesod-routes-flow
DISCONTINUED. routes for typescript [GET https://api.github.com/repos/freckle/yesod-routes-flow: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
yesod-dsl
A domain specific language and a code generator desined to create RESTful services for managing an RDBMS with Yesod web framework and Persistent. -
yesod-raml
Generate Yesod framework route definitions, documentaiton, mock-handler, and more from your RAML spec. -
yesod-auth-hmac-keccak
DISCONTINUED. An account authentication plugin for yesod with encrypted token transfer. -
yesod-datatables
Routines for implementing server-side processing for DataTables (jQuery grid) in Haskell -
yesod-form-bulma
DISCONTINUED. [GET https://api.github.com/repos/waddlaw/yesod-bulma: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of yesod-session-redis or a related project?
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