mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
816aa09f51
devel/hs-BoundedChan Channels with bounded sizes devel/hs-bytestring-lexing Parse and produce literals from bytestrings databases/hs-hedis Haskell API for Redis PR: 194299 Submitted by: martin@sugioarto.com Obtained from: FreeBSD Haskell
7 lines
274 B
Plaintext
7 lines
274 B
Plaintext
Redis is an open source, advanced key-value store. It is often referred to
|
|
as a data structure server since keys can contain strings, hashes, lists,
|
|
sets and sorted sets. This library is a Haskell client for the Redis
|
|
datastore.
|
|
|
|
WWW: https://github.com/informatikr/hedis
|