Redis as a Cache vs Redis as a Primary Database

preview_player
Показать описание
Everyone knows Redis began as a cache, but it’s evolved into a primary database.
Most Redis service providers support Redis as a cache but not as a primary database - this option would require a separate database like DynamoDB in addition to using Redis. This adds complexity, and latency, and it prevents you from realizing the full potential of Redis. Eliminate complexity and latency by using Redis Enterprise as both a caching system and a primary database.
--
Рекомендации по теме
Комментарии
Автор

I am already using redis with graph and json as my primary database.

jeremey__
Автор

I have started using as primary for my some projects, it's great

mritunjaykumar
Автор

Recently learned, Redis Timeseries does not work with Active-Active setup, do we have any plans to club that in.

ananthanarayanan
Автор

Is there a use-case using Redis database feature to store data for an API gateway authentication system

hollaraywaju