MPL-2.0 licensed by Toralf Wittner
Maintained by Toralf Wittner
This version can be pinned in stack with:redis-io-0.7.0@sha256:724abde49ea35acc930f949e0df98fa6b52589fc7eeb4a8d12e10be8b6a415e1,2707

Module documentation for 0.7.0

redis-io

Yet another Redis client.

A redis client library interpreting redis-resp commands.

Changes

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