forked from Lainports/opnsense-ports
6 lines
274 B
Text
6 lines
274 B
Text
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
|