Blog

December 12, 2019

What Gap and Alliance Data Say About the Power of Redis Enterprise

You probably already know Redis as the most launched, most used, and most loved database in the world. What you may not know is that Redis has evolved...

Blog

December 12, 2019
Top 5 Takeaways from Andy Jassy’s 2019 AWS re:Invent Keynote

Top 5 Takeaways from Andy Jassy’s 2019 AWS re:Invent Keynote

AWS re:Invent really is the Super Bowl for cloud computing and enterprise software. Every company—including AWS—brings their latest and greatest innovations to the show.  This year, AWS CEO...

Blog

December 10, 2019
Redis Labs at AWS re:Invent 2019

Redis Labs at AWS re:Invent 2019

Like everyone else, we rocked a week of sleepless nights filled with networking, partying, and gambling, all in the name of AWS re:Invent 2019… but we wouldn’t have...

Blog

December 4, 2019

Save the Date for Redis Day Seattle—Jan. 13–14, 2020

2020 promises to be a big year for Redis, and we’re starting off strong with Redis Day Seattle on January 13–14!  On Monday, January 13, we’ve planned a...

Blog

November 27, 2019

15 People to Follow for the Most Interesting re:Invent Takeaways

AWS re:Invent brings together over 65,000 cloud professionals each year, but it can be hard to shift through the noise and news that this annual Las Vegas conference...

Blog

November 20, 2019
Everything You Missed at Redis Day London

Everything You Missed at Redis Day London

London may be infamous for its rain and gloominess in November, but the sun shined for two rare days as hundreds of developers, engineers, software architects, programmers, and...

Blog

November 19, 2019
Redis Certified Developer

How to Ace the Redis Certified Developer Exam

As you may have heard, we recently announced the Redis Certified Developer program. Anyone can sign up for this certification program for free, but only engineers who take...

Blog

November 14, 2019

AWS eu-central-1 Was Down and Our Customers Didn’t Even Know

Early on Tuesday, November 12, the Redis DevOps team started to get bursts of alerts from our production clusters located in the Amazon Web Services eu-central region (Frankfurt,...

Blog

November 13, 2019
Redis

Getting Redis Modules Into ARM Land – Part 1

Here at Redis, our motivation to bring Redis modules into ARM land was RedisEdge. Redis, of course, has long been native in this land, in both glibc and...

Blog

November 12, 2019
Redis

Using the Redis Allocator in Rust

Introduction While developing redismodule-rs, the Rust API for writing Redis modules, I encountered the need to set up a custom memory allocator. Normally, when a Rust program needs to allocate some memory,...

Blog

November 12, 2019
Redis Enterprise Kubernetes Operator

Automated Cluster Recovery Comes to the Redis Enterprise Kubernetes Operator

Released in October 2018, the Redis Enterprise Kubernetes Operator is only about a year old, but multiple customers are already using it to run Redis Enterprise clusters in...

Blog

November 12, 2019
View your keys and data in RedisInsight.

RedisInsight—The Redis GUI You’ve Been Looking For

When it comes to databases, there are two kinds of people in the world. Those who love to type commands and those who like to interact with their...

Blog

November 7, 2019
Redis Certified Developer

Redis Developer Certification Is Here!

Today, we’re pleased to announce the availability of Redis Developer Certification. The new Redis Developer Certification program allows software developers to demonstrate their mastery of Redis. The program...

Blog

November 5, 2019

Join Us at Redis Day London 2019

The first Redis Day London was so much fun that we’re coming back to do it all over again. Join us on Tuesday, 12 November, for Redis Day...

Blog

October 24, 2019
Google Cloud

Get Redis Enterprise Cloud Through Google Cloud Marketplace

Today, we’re excited to announce the next step in Redis’ partnership with Google Cloud: general availability of Redis Enterprise Cloud, the fully managed Database-as-a-Service (DBaaS) on Google Cloud,...

Blog

October 11, 2019

Redis Labs: A Great Place to Work on Three Continents

At Redis, we’ve always been dedicated to creating a vibrant culture in which our employees feel valued and well taken care of. It’s important to us to foster...

Blog

October 10, 2019

Connection Pools for Serverless Functions and Backend Services

When writing a server application that connects to a database, you often have to deal with connection pools, with problematic repercussions if you ignore the issue for too...

Blog

October 4, 2019

Unlocking Time-Series Data with Redis

(Note: This blog post was adapted from a webinar I presented in June. To go even deeper into RedisTimeSeries, register and watch the webinar now!) Most developers know...

Blog

September 27, 2019
SpringOne Platform | 2019 Austin Texas

4 Reasons to Visit SpringOne Platform 2019: An Insiders’ Guide

As we head into Fall, I can’t think of a better place to start thinking about your new digital initiatives than at SpringOne Platform 2019. The crowds converge...

Blog

September 26, 2019
Redis Labs at Oracle OpenWorld

6 Things You Missed If You Didn’t Visit Redis Labs at Oracle OpenWorld

As you are probably aware, tens of thousands of database professionals and other tech leaders and practitioners converged on San Francisco last week for Oracle OpenWorld. And you...

Blog

September 16, 2019
Redis

If You Think Goto Is a Bad Idea, What Would You Say About Longjmp?

I honestly disagree with the conventional wisdom of never using a goto in your code. There are several situations where I find it to be not just convenient but good...