keyed-vals-mem

Implements a keyed-vals Handle using in-process memory

https://github.com/adetokunbo/keyed-vals#readme

Version on this page:0.2.0.0
LTS Haskell 22.18:0.2.3.1
Stackage Nightly 2024-04-22:0.2.3.1
Latest on Hackage:0.2.3.1

See all snapshots keyed-vals-mem appears in

BSD-3-Clause licensed by Tim Emiola
Maintained by [email protected]
This version can be pinned in stack with:keyed-vals-mem-0.2.0.0@sha256:23186a16ee6908048e0bc152b87257dee7348375a9e9577c2a5ed5acd085ec1d,2260

Module documentation for 0.2.0.0

keyed-vals-mem

GitHub CI Stackage Nightly Hackage Hackage Dependencies BSD3

keyed-vals aims to provide a narrow client for storing key-value collections in storage services like Redis via an abstract Handle interface.

This package, keyed-vals-mem, provides an in-memory implementation of the Handle suitable for use in testing and prototyping.

Changes

Revision history for keyed-vals

keyed-vals-mem uses PVP Versioning.

0.2.0.0 – 2022-12-15

Update major version to reflect the correpsonding version update to the keyed-vals package

0.1.0.0 – 2022-11-28

  • Initial version.