Remove articles redis-is-not-just-a-cache
article thumbnail

Top Redis Use Cases by Core Data Structure Types

Scalegrid

Redis , short for Remote Dictionary Server, is a BSD-licensed, open-source in-memory key-value data structure store written in C language by Salvatore Sanfillipo and was first released on May 10, 2009. Depending on how it is configured, Redis can act like a database, a cache or a message broker. Data Structures in Redis.

Cache 232
article thumbnail

Five Data-Loading Patterns To Improve Frontend Performance

Smashing Magazine

Research shows that users will abandon sites that take longer than three seconds to load. Three seconds is a very short amount of time. While many sites nowadays load in less than one second, there is no one size fits all solution, and the first request can either be the do or die of your application. The rule of thumb is the less, the better.

Cache 125
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

An Enterprise-Grade MongoDB Alternative Without Licensing or Lock-in

Percona

First, some stage-setting for this blog article. So, if MongoDB provides such a great foundation, why not just step up to MongoDB Enterprise? MongoDB Community Edition software might set the stage for achieving your high-volume database goals, but you quickly learn that its features fall short of your enterprise needs. It ranks No.

article thumbnail

Headless WordPress: The Ups And Downs Of Creating A Decoupled WordPress

Smashing Magazine

In this article, I’ll share an overview of what it was that we wanted to achieve and what we encountered while trying to implement our goals. Headless WordPress: The Ups And Downs Of Creating A Decoupled WordPress. Headless WordPress: The Ups And Downs Of Creating A Decoupled WordPress. Denis Žoljom. 2018-10-26T13:45:46+02:00.

Cache 78
article thumbnail

Distributed Algorithms in NoSQL Databases

Highly Scalable

In this article I’m trying to provide more or less systematic description of techniques related to distributed operations in NoSQL databases. In the rest of this article we study a number of distributed activities like replication of failure detection that could happen in a database. It sounds like a big umbrella, and it is.

Database 213
article thumbnail

In-Stream Big Data Processing

Highly Scalable

This article is an effort to explore techniques used by developers of in-stream data processing systems, trace the connections of these techniques to massive batch processing and OLTP/OLAP databases, and discuss how one unified query engine can support in-stream, batch, and OLAP processing at the same time. Modularity and flexibility.

Big Data 154
article thumbnail

Using anti-requirements to find system boundaries

Particular Software

Here’s the shopping cart part of the entity relationship diagram we’ll print out and keep at our desk 2 like a holy article of software design scripture: We’ve also realized that a cart has some behavior associated with it as well, operations like AddToCart() , SaveForLater() , and Checkout(). We all love building greenfield projects.

Systems 98