Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Redis Complete Training

Posted By: naag
Redis Complete Training

Redis Complete Training
MP4 | Video: 1280x720 | 60 kbps | 44 KHz | Duration: 1 Hours | 124 MB
Genre: eLearning | Language: English

The Ultimate In-Memory Key-Value Storage System

In this course we’re going to take a look at Redis. Redis isn’t exactly a database: it’s not relational or document-oriented. Instead, it’s a key-value store—every “record” is just label and a piece of data. That might sound boring, but I think you’ll find that Redis has a lot to offer.

Key-Value store is a storage system where data is stored in form of key and value pairs. When we say in-memory key-value store, by that we mean that the key-value pairs are stored in primary memory(RAM). So we can say that Redis stored data in RAM in form of key-value pairs.

Redis is used by many large websites to inplement caching on their backend.

Redis Complete Training