Redis Persistence Deep Dive
Alexander Gugel on persistence • March 1, 2021 • 13 min read
Both Redis and Memurai are incredibly flexible in-memory data stores that are excellent choices for a wide variety of different use cases. A key feature of these systems is that all data resides in memory. This is quite different from more traditional databases that store data on disks or SSDs....
Apache Kafka vs Redis Streams
Fernando Doglio on streams • February 9, 2021 • 10 min read
Multiple options are available for developers and architects when it comes to using stream-based components. Each solution has its own specialty and particular ideal use case. If you are looking for scalable solutions that are capable of handling massive amounts of incoming data, however, then...
SQL index on hash attributes in Redis (and Memurai)
Alexander Gugel on SQL index • January 22, 2021 • 16 min read
Have you ever tried, in Redis, to search for or filter hashes by one or more attributes, or to sort hashes by one or more attributes?
The (probably missing) feature you need is called "secondary indexing"
and I explain it here.
High throughput and minimal latency for high-speed transactions
Memurai Team on Performance • December 15, 2020 • 4 min read
Handling millions of connections and billions of transactions every day is a challenge for current system architecture faced by many organizations. For financial organizations, with
Why real-time inventory is more important than ever
Memurai Team on Real-time inventory • December 2, 2020 • 5 min read
The coronavirus global pandemic has accelerated online shopping growth and the users expect more and faster solutions from their favourite brands. More than ever the way your company performs matters. Real-time inventory enables an omnichannel retail experience, by delivering a better user...