InfoQ Homepage Key-Value Store Content on InfoQ
-
.NET News Roundup - Week of April 12th, 2021
It's been a busy week for the .NET community, with the release of new Visual Studio previews (Windows and Mac), updates to .NET Core 3.1 and 2.1, new releases from the Azure team, and more. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of April 12th, 2021.
-
GitHub Scales Its Rate Limiter Using Redis
Yesterday GitHub engineer Robert Mosolgo posted a detailed account of how GitHub scaled the GitHub API with a sharded, replicated rate limiter in Redis. GitHub migrated from an older Memcached-based rate limiter to a Redis-based one. According to Mosolgo, the new implementation has improved reliability, fixed issues for clients, and reduced GitHub's support load.
-
Distributed Key-Value Store etcd Graduates at CNCF
The CNCF announced the graduation of the etcd project - a distributed key-value store used by many open source projects and companies. Originally written at CoreOS, etcd was accepted into the CNCF incubation stage in 2018 and graduated in November 2020.
-
Microsoft Announces Zone Redundancy for Azure Cache for Redis in Preview
Recently Microsoft announced that Azure Cache for Redis would support multiple availability zones, expanding the availability and resiliency. The update to the service means customers can significantly enhance the availability of their Azure Cache for Redis instance.
-
AWS Announces Redis 6 Compatibility to Amazon ElastiCache for Redis
Recently AWS announced Redis 6 compatibility to Amazon ElastiCache for Redis, which brings several new features such as Managed Role-Based Access Control, Client-Side caching and some significant operational improvements.
-
Q&A about New Governance for Redis after Maintainer Salvatore Sanfilippo Steps Down
InfoQ caught up with Redis core team members and chief architect at Redis Labs, Yossi Gottlieb, and senior software architect at Redis Labs, Oran Agra, about the new governance board and the future of Redis.
-
Redis Labs Partners with Microsoft to Deliver a New Redis Cache for Developers
In a recent blog post, Microsoft announced a new partnership with Redis Labs to deliver Redis Enterprise as newly, fully integrated tiers of Azure Cache for Redis. The enhanced service offering, currently in private preview, will provide customers with two new Enterprise tiers.
-
Dynein – an Asynchronous Background Job Service from Airbnb
At Airbnb, they move time consuming, resource intensive tasks over to asynchronous background jobs to improve scalability. The job scheduling system has become a very important component and they have therefore built Dynein, a distributed delayed job queueing service and scheduler. In a blog post, Andy Fang from Airbnb describes the background and challenges in designing and building the service.
-
DigitalOcean Adds Managed MySQL and Redis Services
Cloud provider DigitalOcean recently released a pair of new managed data services. Their Managed MySQL and Redis offerings are on-demand and elastic, and offer a variety of sizes and high-availablity options.
-
Google Cloud Memorystore Adds Import-Export and Redis 4.0
In a recent announcement, Google has unveiled two new features for Cloud Memorystore, their fully managed Redis service. These features consist of the beta of import-export, allowing to import and export data from and to other Redis instances, as well as the general availability of Redis 4.0 support.
-
RedisTimeSeries Module Adds Time Series Database Features to Redis
Redis Labs announced the general availability of a module RedisTimeSeries to provide time series storage and analysis functions.
-
Cloudflare Releases Workers KV, a Serverless Key-Value Store at the Edge
What sits between your application and the client's browser? When the answer is "the internet", Cloudflare wants their Workers platform to play a part. They recently expanded that platform with Workers KV, a distributed, eventually-consistent key-value store available in 180+ edge locations.
-
Load Balancing Search Traffic at Algolia with NGINX and OpenResty
Algolia’s engineering team made the switch from round-robin DNS load-balancing to a mix of DNS and NGINX with OpenResty. The solution, which uses custom Lua and Go code, and Redis-based service discovery of backend servers, helped in distributing load across their app servers and preventing latency issues.
-
AWS Launches New Document-Oriented Database Compatible with MongoDB
AWS just released their 10th database service (15th, if you count each engine offered in the relational database services). This one, called Amazon DocumentDB, stores semi-structured data inside a scalable, highly-available managed service. While offering a MongoDB-compatible API, DocumentDB is not running MongoDB software, which caused hand-wringing among some tech watchers.
-
Amazon Announces DynamoDB Support for Transactions
Amazon announced that its DynamoDB database service now supports Transactions, offering full atomicity, consistency, isolation, and durability (ACID) guarantee for developing highly scalable apps. With this capability, developers can build transaction guarantees for multi-item updates, making it easier to avoid conflicts and errors when developing highly scalable business-critical applications.