tmp-proc-redis

Shows how to run redis as a tmp proc

Version on this page:0.5.1.2
LTS Haskell 22.14:0.5.3.1
Stackage Nightly 2024-03-28:0.6.0.1
Latest on Hackage:0.6.0.1

See all snapshots tmp-proc-redis appears in

BSD-3-Clause licensed by Tim Emiola
Maintained by [email protected]
This version can be pinned in stack with:tmp-proc-redis-0.5.1.2@sha256:de5e9a914818f3ce54c870b6cb6517acda8394facbfea11ae72dfafe36fc02bf,1545

Module documentation for 0.5.1.2

tmp-proc-redis

Hackage BSD-3.0 license

tmp-proc-redis provides an example of using tmp-proc to launch dockerized Redis in integration tests.

It provides an instance of Proc for launching the Redis database docker image, but also allows

  • configuration of simple reset behaviour to be enabled in tests
  • an instance of Conn that simplifies opening connections to the database from tests that use tmp-proc

Changes

Revision history for tmp-proc-redis

0.5.1.2 – 2022-08-11

  • Relax version bounds

0.5.1.0 – 2022-08-08

  • Bump version of text and base

0.5.0.1 – 2021-09-29

  • Relax the upper bound of the hedis dependency

0.5.0.0 – 2021-09-28

  • First version. Extracted from an unreleased version of the tmp-proc library
  • Initial upload to hackage