redis-0.14.2: A driver for Redis key-value database

Safe HaskellNone
LanguageHaskell2010

Database.Redis.Monad.State

Contents

Description

This module is mainly an example of posible WithRedis implementation

Synopsis

Documentation

type RedisM = StateT Redis IO Source #

Trivial WithRedis instance storing Redis descriptor in StateT

Orphan instances

WithRedis RedisM Source # 
Instance details