wok annotate redis/description.txt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents
children
rev   line source
Hans-G?nter@24280 1 Redis is an open source (BSD licensed), in-memory data structure store,
Hans-G?nter@24280 2 used as a database, cache, and message broker.
Hans-G?nter@24280 3 Redis provides data structures such as strings, hashes, lists, sets,
Hans-G?nter@24280 4 sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes,
Hans-G?nter@24280 5 and streams.
Hans-G?nter@24280 6 Redis has built-in replication, Lua scripting, LRU eviction, transactions,
Hans-G?nter@24280 7 and different levels of on-disk persistence, and provides high availability
Hans-G?nter@24280 8 via Redis Sentinel and automatic partitioning with Redis Cluster.