yesod-session-redis-0.1.0: Redis-Powered Sessions for Haskell

Safe HaskellNone

Web.RedisSession

Synopsis

Documentation

data Redis a

Context for normal command execution, outside of transactions. Use runRedis to run actions of this type.

In this context, each result is wrapped in an Either to account for the possibility of Redis returning an Error reply.