@hackage tmp-proc-redis0.7.2.4
Launch Redis in docker using tmp-proc
Installation
Tested Compilers
Dependencies (5)
Dependents (2)
@hackage/keyed-vals-redis, @hackage/tmp-proc-example
tmp-proc-redis
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