MPL-2.0 licensed by Toralf Wittner
This version can be pinned in stack with:redis-io-1.1.0@sha256:16ff8142557658df2c8ad569a1108042bab4cc4aec73fbc9dfd910477222c2e8,2732

Module documentation for 1.1.0

redis-io

Yet another Redis client.

A redis client library interpreting redis-resp commands.

Changes

1.1.0

  • Update network dependency (see MR #5, thanks to @axeman).

1.0.0

  • Drop support for GHC < 8.0.
  • Require redis-resp >= 1.0.

0.7.0

  • pipelined has been renamed to commands.
  • stepwise is gone (use sync to force immediate sending of commands).
  • transactional is gone (transactions have to be used explicitly with MULTI and EXEC).

0.6.0

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.*