dot Become a Redis expert.

See what's new in Redis University

Blog

April 18, 2018
Redis to Manage Storage Replication

Redis to Manage Storage Replication

Redis is a simple, yet powerful in-memory database platform with use cases ranging from session management, queues and pub/sub to general-purpose cache. With its persistence and in-memory replication...

Blog

April 16, 2018
Redis Enterprise Service on Kops managed Kubernetes Cluster

Redis Enterprise Service on Kops managed Kubernetes Cluster

This tutorial will show you how to easily set up a Kubernetes cluster on a public cloud using a tool called “Kops.” This post is a complement to...

Blog

April 3, 2018

Redis Enterprise 5.0.2

We, at Redis, are happy to announce the general availability of Redis Enterprise 5.0.2, the latest version of our high performance in-memory database platform. This new version is...

Blog

March 29, 2018

Accelerating Avatars with Redis Enterprise

First a little bit about us: created in 2011, Silkke strives to create animated 3D avatars of unsurpassed quality that are usable in various applications, virtual universes and...

Blog

March 28, 2018

The clock is ticking – are you ready for GDPR?

You’ve likely heard about the General Data Protection Regulation (GDPR) that begins on May 25, 2018. These requirements put forward by the European Commission, harmonize data privacy laws...

Blog

March 22, 2018

Is Redis Enterprise susceptible to RedisWannaMine?

On March 8th, Imperva published a blog post about a new cryptojacking attack that incorporates Redis. From an engineering perspective, this attack isn’t so much a marvel as...

Blog

March 20, 2018
Running Redis Enterprise Kubernetes Service

Running Redis Enterprise Kubernetes Service

Background on Kubernetes Containerization enables development teams to move fast, deploy software efficiently and operate at scale. Kubernetes provides automated container orchestration and the management of containers in...

Blog

March 12, 2018

Redis Day Tel Aviv 2018

On March 7th 2018, only ten days after Redis’ ninth birthday and for the third year in a row, the Israeli Redis community got together to share use...

Blog

March 6, 2018

The Results Are In… Redis Enterprise for Primary Database, Session Store, High-Speed Transactions and More!

Over the course of the last month, we surveyed 130 customers using a third-party validation service called TechValidate. Our goal was to better understand how organizations are using...

Blog

March 5, 2018
Redis and Golang

Redis and Golang: Designed to Improve Performance

Golang or Go (https://golang.org/) and Redis have a lot in common. Go is fast and simple. It’s a great tool for prototyping things, and has the added benefit...

Blog

March 1, 2018
RedisConf18 EVERYWHERE.

RedisConf18 is on the Horizon

This year’s RedisConf is just a couple of months away—April 24th through the 26th in San Francisco. We’re working on putting together a fantastic program of community speakers,...

Blog

February 22, 2018

The little-known feature of Redis 4.0 that will speed up your applications

Redis 4.0 brought an amazing feature to the Redis ecosystem: Modules. Modules are a big shift in Redis — suddenly, it is an open landscape of custom data types and...

Blog

February 8, 2018
Containers, Kubernetes and Redis Enterprise Kubernetes Service Explained

Containers, Kubernetes and Redis Enterprise Kubernetes Service Explained

Containers are lightweight, stand-alone, portable, self contained software execution environments. Containers have their own CPU, memory, I/O and networking resources but they share the kernel of the host...

Blog

February 6, 2018
Redis Enterprise

Redis Enterprise Rising!

The story of Redis has been an unusual and exciting one! With our roots in the open source, we started as a cloud service for Redis and Memcached...

Blog

February 1, 2018

GeoBike Part Two: Querying The Data

Indexing The Data In a previous post, we built the back end for a location-aware application using Redis and  talked about how to use a Python program to...

Blog

January 22, 2018
Mastering RediSearch / Part III

Mastering RediSearch / Part III

Today we’re going to dive quite a bit deeper and make something useful with Node.js, RediSearch and the client library we started in Part II. While RediSearch is...

Blog

January 10, 2018
Securing Redis with Redis Enterprise for Compliance Requirements

Securing Redis with Redis Enterprise for Compliance Requirements

Redis Enterprise for Compliance Requirements Securing your data is increasingly critical as cyber attacks, security breaches and unauthorized access to data continue to escalate. Redis Enterprise provides advanced...

Blog

January 8, 2018
Securing Redis from Meltdown

Securing Redis Enterprise from Meltdown and Spectre Vulnerabilities

With the recent security vulnerabilities discovered — Meltdown (CVE-2017-5754) and Spectre (CVE-2017-5753 and CVE-2017-5715) — Redis’ engineering, devops and support teams have been working hard to make sure our...

Blog

January 5, 2018
Local Kubernetes Development Using Minikube and Redis Enterprise

Local Kubernetes Development Using Minikube and Redis Enterprise

Kubernetes is an open-source container orchestration system used to deploy, scale and manage containerized applications. Kubernetes is a project hosted by the Cloud Native Computing Foundation (CNCF).  At...

Blog

December 19, 2017

GeoBike: Building Location Aware Application with Redis

I travel a lot on business as a Developer Advocate for Redis!  I’m not much of a car guy, so when I have some free time, I prefer...

Blog

December 7, 2017
RediSearch

Mastering RediSearch / Part II

Abstracting RediSearch In our last installment, we started looking at RediSearch, the Redis search engine built as a module. We explored the curious nature of the keys and...