Changelog for redis-io-1.1.0
1.1.0
- Update
networkdependency (see MR #5, thanks to @axeman).
1.0.0
- Drop support for GHC < 8.0.
- Require redis-resp >= 1.0.
0.7.0
pipelinedhas been renamed tocommands.stepwiseis gone (usesyncto force immediate sending of commands).transactionalis gone (transactions have to be used explicitly withMULTIandEXEC).
0.6.0
- The
TransactionFailuretype distinguishes more cases. - Bugfixes: https://gitlab.com/twittner/redis-io/merge_requests/1
0.5.2
- Update test dependencies
0.5.1
- Bugfixes
0.5.0
transactionalhas been added to execute redis transactions.- Bugfixes
0.4.1
- Support
monad-control1.*