5 Redis Use Cases with Gur Dotan - Redis Labs

  Рет қаралды 47,750

Redis

Redis

Күн бұрын

Пікірлер: 10
@wnwca
@wnwca 6 жыл бұрын
Thanks for such an excellent talk. Covering five key use cases in a well organized way.
@KevinGenus
@KevinGenus 5 жыл бұрын
Fibonacci use case! FINALLY. Thank you!!
@lmaoiwaslikelmao1132
@lmaoiwaslikelmao1132 3 жыл бұрын
Gur Dotan is the most Warcraft Orc name I've ever heard in real life
@DawidOhia
@DawidOhia 6 жыл бұрын
Great presentation! I wonder what is the averege hit/miss ratio and the size (in number of entries) of the cache in this Dataroma scenario.
@sunwonjhung9919
@sunwonjhung9919 2 жыл бұрын
Great Explanation! I have a question, how do you invalidate the caches? Do you use TTL?
@Redisinc
@Redisinc 2 жыл бұрын
TTL is a great candidate and our main recommendation for an easy invalidation policy.
@rohitchatterjee2327
@rohitchatterjee2327 4 жыл бұрын
Excellent slides very easy to follow
@osamaa.h.altameemi5592
@osamaa.h.altameemi5592 5 жыл бұрын
Fantastic talk, thx a ton.
@ערןאוצפ
@ערןאוצפ 5 жыл бұрын
Great presentation, 2 questions 1) how do u corelate a cached query result with a new incoming query (meaning recognizing the same query again) 2)this is more of a clarification then a question, A query is taken from the queue and then attempts to accuire a lock for that specific tannet. If that tannet is already at it's capacity the query is re queued , potantioally it might be busy the next time around and the next time.. etc. And then the query is thrown away.
@dandymcgee
@dandymcgee 4 жыл бұрын
For #1: It's probably just a hash of the query text (maybe auto-formatted in some way to remove minor, inconsequential differences like whitespace?). Either way, there are likely cases where the "same" query would have a cache miss due to a minor difference in the query text. This is almost certainly irrelevant enough to ignore. Re #2: He said there's a max retry count. After that limit is hit, the query is indeed discarded. Presumably the client would then be notified of this via the pub/sub in the form of a "query failed" message rather than a query result.
I've been using Redis wrong this whole time...
20:53
Dreams of Code
Рет қаралды 377 М.
Rate Limiting with Redis
26:46
Redis
Рет қаралды 32 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 180 М.
Why Your MySQL Needs Redis
58:20
Redis
Рет қаралды 63 М.
Top 5 Redis Use Cases
6:28
ByteByteGo
Рет қаралды 195 М.
Redis Streams Featuring Salvatore Sanfilippo - Redis Labs
32:08
Redis Data Structures for Non-Redis Users
48:00
Redis
Рет қаралды 28 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 223 М.