redis-hs-0.1.2: A simple Redis library for Haskell

Database.Redis.Transaction

Description

This module corresponds to the transaction commands introduced in Redis 2.0, explained at http://code.google.com/p/redis/wiki/MultiExecCommand

Synopsis

Documentation

multi :: Handle -> IO (Maybe RedisReply)Source

MULTI, begin a transaction

exec :: Handle -> IO (Maybe RedisReply)Source

EXEC, execute the transaction