keyed-vals

An abstract Handle for accessing collections in stores like Redis

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

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

See all snapshots keyed-vals appears in

BSD-3-Clause licensed by Tim Emiola
Maintained by [email protected]
This version can be pinned in stack with:keyed-vals-0.1.0.0@sha256:fcf785cf0dc1003499d486f9cbae09a2559ea98101e5648da8fc3aa9787542a8,1577

Module documentation for 0.1.0.0

keyed-vals

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.

E.g,

  • Redis supports many other features
  • the abstract Handle declared in keyed-vals just provides combinators that operate on key-value collections stored in some backend
  • so the redis implementation of Handle accesses collections in Redis without exposing its other features.

Changes

Revision history for keyed-vals

keyed-vals uses PVP Versioning.

0.1.0.0 – 2022-11-28

  • Initial version.