Changelog for redis-io-0.7.0
0.7.0
pipelined
has been renamed tocommands
.stepwise
is gone (usesync
to force immediate sending of commands).transactional
is gone (transactions have to be used explicitly withMULTI
andEXEC
).
0.6.0
- The
TransactionFailure
type 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
transactional
has been added to execute redis transactions.- Bugfixes
0.4.1
- Support
monad-control
1.*