Где искать: по сайтам Запорожской области, статьи, видео ролики
пример: покупка автомобиля в Запорожье
Redis is a noSQL key-value store, in memory database first that exploded in popularity in the past few years. In this video slash course, we will explain what Redis is, talk about the in-memory model, the optional durability, replication, clustering publish subscribe and the protocol and finally we will go through examples. During the video I will add time codes to each topic so you guys can jump to the topic that interests you the most.
0:00 Intro
0:30 Why Redis became the most popular Database
12:20 Redis Crash Course
Download Slides here
https://payhip.com/b/rOlJ
Table of Content and TimeCodes
Commands
Docker run --name redis -p 6379:6379 redis
docker exec -it rdb redis-cli