Safe Haskell | None |
---|
Web.RedisSession
- setSession :: Connection -> ByteString -> [(ByteString, ByteString)] -> IO ()
- setSessionExpiring :: Connection -> ByteString -> [(ByteString, ByteString)] -> Integer -> IO ()
- getSession :: Connection -> ByteString -> IO (Maybe [(ByteString, ByteString)])
- newKey :: IO ByteString
- data Redis a
Documentation
setSession :: Connection -> ByteString -> [(ByteString, ByteString)] -> IO ()Source
setSessionExpiring :: Connection -> ByteString -> [(ByteString, ByteString)] -> Integer -> IO ()Source
getSession :: Connection -> ByteString -> IO (Maybe [(ByteString, ByteString)])Source