Redis
p/redis
Key-value cache and store.
Hugo Romano
Redis 5 — Open source, in-memory data structure store
0

It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability.

Replies
Be the first to comment