tmp-proc-example-0.5.1.2: Shows how to test a simple service using tmp-proc
Copyright(c) 2020-2021 Tim Emiola
LicenseBSD3
MaintainerTim Emiola <adetokunbo@users.noreply.github.com>
Safe HaskellNone
LanguageHaskell2010

TmpProc.Example2.Cache

Description

Implements a cache for the demo service

Synopsis

Cache services

Redis Connection

data Connection #

A threadsafe pool of network connections to a Redis server. Use the connect function to create one.

defaultConn :: IO Connection Source #

A default for local development .