Redis Strings Explained

preview_player
Показать описание
Strings are an essential Redis data structure. In this explainer, we’ll introduce you to the most common String commands, including SET, GET, and INCRBY. We’ll also show you how to use Redis Strings to cache serialized JSON for fast API responses!

Links:

Рекомендации по теме
Комментарии
Автор

Following the RU101 course, this guy's explanation is so much better than the explanation by the guy who was explaining keys.

fancyAlex
Автор

Redis my best db ❤️❣️ so much potential

ifyugwumba
Автор

Great video, thanks! I would also love to see an example on how to store binary. Also worth mentioning explicitely that there is no separate data type for integers, unlike in some other languages where "1" and 1 are different types with different operations.

sergeys
Автор

Why is INCR user:23:visit-count called a String? Because the value that is contained is an Integer. Is it because the key is a String?

mrabbas
Автор

If possible, I would like you to enable subtitles in this video. The purpose would be translation.

alessandrogold