How to Use the New Redis Data Source for Grafana Plug-in
Earlier this month, Redis released the new Redis Data Source for Grafana plug-in, which connects the widely used open source application monitoring tool to Redis. To give you an idea of ...
Read now
Blog
Aug. 25, 2020
Introducing the Redis Data Source Plug-in for Grafana
Grafana is a well-known and widely used open source application monitoring tool. And now, thanks to the new Redis Data Source for Grafana plug-in, it works with Redis! With this new cap...
Read now
Blog
Aug. 19, 2020
How to Create Notification Services with Redis, Websockets, and Vue.js
It is very common to get real-time notifications when navigating in a web application. Notifications could come from a chat bot, an alerting system, or be triggered by an event that the ...
Read now
Blog
Jul. 29, 2020
RediSearch 2.0 Hits Its First Milestone
We are happy to announce the release of the first milestone in the development of RediSearch 2.0. RediSearch is a real-time search engine that lets you query your Redis data to answer a ...
Read now
Blog
Jul. 06, 2020
You’re Probably Thinking About Redis Streams Wrong
Download the Tutorial: How to Build Apps using Redis Streams now An introduction to Redis Streams Redis Streams is a data type that provides a super fast in-memory abstraction of an ap...
Read now
Blog
Jul. 02, 2020
RedisInsight 1.6 Brings RedisGears Support and Redis 6 ACL Compatibility
RedisInsight is an easy and intuitive GUI for Redis, allowing you to oversee all your databases and manage your data, with built-in support for the most popular Redis modules. It provide...
Read now
Blog
Jun. 26, 2020
Start to Finish with Databases on Kubernetes
With the latest release of Redis Enterprise 6.0.6, our Kubernetes operator includes a new database controller that provides the ability to create databases via custom resources. This mec...
Read now
Blog
Jun. 24, 2020
GraphXR: Read, Modify, and Write Ontologies with RedisGraph
Kineviz is a software developer and consultancy focused on visual analytics. Its GraphXR platform provides a unified visual environment for analysts, business users, and investigators to...
Read now
Blog
Jun. 22, 2020
Getting Started with Knowledge Graphs in RedisGraph
A knowledge graph can be a simple data structure that represents what we know about part of the real world. For example, imagine searching for a product on your favorite shopping site. Y...
Read now
Blog
Jun. 21, 2020
Updating AWS Autoscaling Groups With Terraform and Preserving Desired Capacity
Introduction Terraform is probably the best tool for deploying infrastructure, so it is an obvious choice to deploy an autoscaling group into AWS. The project we are working on requires...
Read now
Blog
Jun. 18, 2020
Sending Redis Cluster Alerts to Slack with Syslog
When running in production, a system logs many events and alerts, helping administrators monitor what is happening in a system and be notified automatically when they need to respond to ...
Read now
Blog
Jun. 08, 2020
Redis Enterprise Monitoring Options
What would you say if you started a new role and arrived at your very first meeting with your very first customer, equipped with two days worth of plans for capacity planning, DNS matter...
Read now
Blog
May. 26, 2020
Building a Health-Care-Provider Finder
For patients, navigating the healthcare landscape can be bewildering. The terminology and options are often unfamiliar, and it can be difficult to even figure out how to get started. A “...
Read now
Blog
May. 04, 2020
You Don’t Need Transaction Rollbacks in Redis
Redis features two main mechanisms for executing multiple operations atomically: MULTI/EXEC transactions and Lua scripts. One peculiarity of transactions in Redis that often trips up new...
Read now
Blog
Apr. 30, 2020
Rediscover Redis Security with Redis Enterprise 6.0
Based on high demand from the Redis community and users, the newly released open source Redis 6 dramatically improves Redis security and operational safety. We are excited to announce th...
Read now
Blog
Apr. 30, 2020
Diving Into Redis 6.0
Download the latest version by clicking here. You know the warning on the shallow end of the pool where it says “NO DIVING”? Well, the new Redis 6 is no shallow update to the world’s mo...
Read now
Blog
Apr. 27, 2020
Ingesting IoT Data Efficiently with Redis Streams
Before joining Redis, I worked for a consultant firm working with technologies like the Internet of Things (IoT). If you’re not familiar with the concept, IoT is all about smart devices ...
Read now
Blog
Apr. 23, 2020
Tracking Bigfoot with Redis and Geospatial Data
I think one of the coolest features of Redis—one that surprised me when I discovered it—is the geospatial data structure. Since I thought it was cool, I thought y’all might as well. So, ...
Read now
Blog
Apr. 17, 2020
The Challenges in Building an AI Inference Engine for Real-Time Applications
The artificial intelligence (AI) boom took off when people realized that they can utilize GPU technology to train deep-learning models much faster than waiting days for a general-purpose...
Read now
Blog
Apr. 14, 2020
Why Should You Care About Kubernetes?
Is your development team working with microservices architectures? Or are you still trying to wrap your mind around how to get started? Or maybe you’re already at the disillusionment sta...
Read now
Blog
Apr. 13, 2020
Computing Jaccard Similarity with Redis
Many things in the world have fancy-sounding names, but are actually really simple ideas. Jaccard similarity is one of those things. It’s a simple calculation—created by botanist Paul Ja...