If simple caching is all you’re using Redis for, you’re missing out on the powerful capabilities of Redis Enterprise
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.
Project Showcase
Learning Resources
All the News
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.
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:
This demo for RedisGears uses fbprophet for timeseries prediction in anomaly detection.