Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 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
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Start Your Redis Journey

    Posted By: ELK1nG
    Start Your Redis Journey

    Start Your Redis Journey
    Last updated 3/2023
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 540.29 MB | Duration: 1h 17m

    An Overview of Redis

    What you'll learn

    Hashes in Redis

    Lists & Strings

    Sets and Sorted Sets

    Keys in Redis

    Requirements

    Basic knowledge of Data Structures

    Description

    Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server, since the keys can contain strings, hashes, lists, sets and sorted sets. Redis is written in C. This course provides good understanding on Redis concepts, needed to create and deploy a highly scalable and performance-oriented system.Redis is different compared to other key-value stores because of the following:Redis is a different evolution path in the key-value databases where values can contain more complex data types, with atomic operations defined on those data types.Redis data types are closely related to fundamental data structures and are exposed to the programmer as such, without additional abstraction layers.Redis is an in-memory but persistent on disk database, so it represents a different trade off where very high write and read speed is achieved with the limitation of data sets that can't be larger than memory.This course is designed for Software Professionals who are willing to learn Redis in simple and easy steps. After completing this course, you will be at an intermediate level of expertise from where you can take yourself to a higher level of expertise.Before proceeding with this course, you should have basic knowledge of Data Structures.

    Overview

    Section 1: Introduction

    Lecture 1 Keys in Redis

    Lecture 2 Redis Strings

    Lecture 3 Hashes in Redis

    Lecture 4 Lists in Redis

    Lecture 5 Sets in Redis

    Lecture 6 Redis-Sorted Sets

    Lecture 7 Redis-Sorted Sets 2

    Software Professionals who are willing to learn Redis