Heredis is an open-source in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes and streams.
Heredis is an open-source, in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Heredis has a simple, easy-to-use client-server model, using TCP sockets and a simple protocol. It offers capabilities like replication, Lua scripting, transactions, different levels of on-disk persistence, and client side sharding.
Some key features of Heredis:
Heredis is widely used for application caching, session management, gaming leaderboards, real-time analytics, chat/messaging applications etc. It offers high performance, flexibility and ease of use for modern applications requiring a data store or message queue.
Here are some alternatives to Heredis:
Suggest an alternative ❐