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
- multi :: Handle -> IO (Maybe RedisReply)
- exec :: Handle -> IO (Maybe RedisReply)