@hackage / keyed-vals-redis

Access Redis using a keyed-vals Handle

Latest0.2.4.0

About

Metadata

  • Last updated , by adetokunbo
  • License BSD-3-Clause
  • Maintained by: adetokunbo@emio.la

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.10.3
  2. 9.8.4
  3. 9.6.7

Readme

keyed-vals specifies a focussed client of storage services like Redis.

I.e, while Redis supports many features; the abstract Handle in keyed-vals just supports operations that access collections of key-values

Also, keyed-vals provides a typed interface to a storage backend that allows the path in the storage backend to be declaratively linked to the types of data stored via a straightforward typeclass declaration.

Read this short example for an introduction its usage.

This package, keyed-vals-redis, provides a concrete implementation of Handle that uses Redis as the underlying storage service.