-
Rediscover
Redis

If simple caching is all you’re using Redis for, you’re missing out on the powerful capabilities of Redis Enterprise

Outline of a triangle and circle
When I let go of what I am, I become what I might be. -Lao Tzu
Move beyond what you know.
Explore what you don’t know.
Open up to a world of new possibilities.

Architect Your Cloud Strategy with a 360-Degree Perspective

Look deep into the cloud with guidance from diverse technical and business viewpoints

This past year has been a testament to the cloud’s power to help businesses achieve transformational outcomes. Rediscover Magazine: The Cloud Edition is designed to enable business and technology leaders to navigate and prepare for a cloud-driven future.

Take the elevator to the very top for a bird’s eye view of the most important cloud trends and technologies.You’ll get a complete picture of the cloud from diverse perspectives, including insights from Gartner Analyst Sanjeev Mohan, Google Cloud’s Kelsey Hightower, and a collection of cloud experts on how the cloud is transforming products and technologies.

Start reading now to examine the cloud from a 360-degree perspective and design your future-proof cloud strategy.

Learning Resources

Whether you’re exploring Redis for the first time or starting a journey to rediscover Redis Enterprise, get training and tips from the experts.
RedisConf 2020 Takeaway
Explore the latest innovations and trends in data platforms through sessions delivered by experts and active community contributors.
How-To Videos
The “Redis Explained” video series covers the basics of Redis data structures in just a few minutes each.
Redis University
Access free online courses taught by Redis experts. Learn how to build robust applications using the entire Redis feature set.
How-To Videos
The “Redis Explained” video series covers the basics of Redis data structures in just a few minutes each.

All the News

Subscribe to the monthly Rediscover newsletter for product insights, new learning resources, upcoming events, contests, and more.
Real-time Video Analytics

Real-time video analytics can be used for a wide range of use cases across industries:

  • Retail: monitor foot traffic within a store to optimize product placement, enhance loss prevention measures, or display personalized digital promotions
  • Financial services: boost security surveillance in bank branches, or display personalized digital promotions at ATMs
  • Manufacturing: detect product defects on the production line before they affect an entire batch, or identify when factory workers are missing safety gear

This project demonstrates a deployment of the RedisEdge stack that provides real-time analytics of video streams. It uses Redis Streams, RedisGears, RedisAI, and RedisTimeSeries to count the number of people in a video.

Four elements for Streams, AI, Timeseries, and Gears

Diagram with video input going through RedisEdge then to multiple streams

Screenshot of interface with video and multiple monitoring analytics

Database Synchronization with Persistence

When synchronizing databases, ensure data persistence and availability of captured data changes while mitigating the performance penalty associated with shipping them to the target database.

This example shows how to use the Write Behind pattern to map data from Redis Hashes to MySQL tables. The recipe maps all Redis Hashes with the prefix person: to the MySQL table persons, with being the primary key and mapped to the person_id column. Similarly, it maps all Hashes with the prefix car: to the cars table.

Screenshot of terminal and mysql commands

Three elements for Streams, Timeseries, and Gears

Time-series Prediction

This demo for RedisGears uses fbprophet for timeseries prediction in anomaly detection.

Screenshot of Redis Insight

Three elements for Timeseries, Insight, and Gears