mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Gabor Pali](/assets/img/avatar_default.png)
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
|