wok diff redis/description.txt @ rev 25317
updated soundtouch and soundtouch-dev (2.1.2 -> 2.3.1)
author | Hans-Günter Theisgen |
---|---|
date | Thu Jul 21 07:14:01 2022 +0100 (2022-07-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/redis/description.txt Thu Jul 21 07:14:01 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +Redis is an open source (BSD licensed), in-memory data structure store, 1.5 +used as a database, cache, and message broker. 1.6 +Redis provides data structures such as strings, hashes, lists, sets, 1.7 +sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, 1.8 +and streams. 1.9 +Redis has built-in replication, Lua scripting, LRU eviction, transactions, 1.10 +and different levels of on-disk persistence, and provides high availability 1.11 +via Redis Sentinel and automatic partitioning with Redis Cluster.