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

Module documentation for 0.2.3.1

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.3.1 – 2024-02-28

Changed

  • Extend bounds on the bytestring dependency

0.2.3.0 – 2024-01-09

Changed

  • Relax constraints on the containers dependency

0.2.2.0 – 2023-07-11

Changed

  • Relax constraints on the bytestring dependency

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.