Skip to main content

High Performance FLASH with KeyDB and Multithreading

When we launched KeyDB back in March of last year we were really excited about the possibilities that multithreading could bring. Today with KeyDB we are continuing that vision with our new FLASH feature which achieves near RAM performance while taking advantage of the massive cost savings FLASH storage can provide. As with all KeyDB features, FLASH support continues to provide full compatibility with existing KeyDB and Redis clients.

Selecting an AWS EC2 Instance for KeyDB

Selecting an EC2 Instance for KeyDB

When searching for information on what instance type to use, the answer is typically ā€œit dependsā€. This article boils down instance types with both general data on EC2 types as well as in depth analysis of KeyDB performance and selection for the different types.

Single KeyDB Node Achieves Thoughput of a 7 Node Redis Cluster

KeyDB is a high performance fork of Redis thatā€™s able to hit 1,000,000 ops/sec on a single node, without sharding. This article not only discusses the performance, but the benefits that go along with it. More power means less moving parts to do the same job, and the semantics of that statement are worth discussing.

Rethinking the Redis EXPIRE command

This article discusses several changes we have made to the EXPIRE command and how it works. We have added the ability to expire individual members of a set with the EXPIREMEMBER command and have also enabled active deletion to operate in near real time which has big advantages for those who rely heavily on using expires in production. Throughout the work with the EXPIRE command we have actually achieved 5-10% memory savings with these.

Running KeyDB on Arm-based Amazon EC2 A1 Instances for the Best Price/Performance

Weā€™ve talked to many of our users who were looking to optimize their cost on AWS. While most had experimented with the many available x86 based instance types we were surprised that few had tried the Arm-based Amazon EC2 A1 instances. These Arm-based instances come with unique performance advantages for multi-threaded cache server workloads. To understand why cache databases, and KeyDB specifically, is uniquely suited to Arm we have to first understand a little about the hardware.

Redis Replication and KeyDB Active Replication: Optimizing System Resources

A lot of sites run replica nodes for high availability of their servers. Makes sense, but is this replica being fully utilized? Or are you just paying for high availability without getting the performance boost of essentially doubling your resources? This article discusses options used with Redis, as well as the active-replication option used in the Redis compatible database KeyDB.