강의

멘토링

커뮤니티

Programming

/

Database

How to Use Redis Effectively Based on Experience Working at Large Corporations [Theory Edition]

This covers effective Redis usage, including precautions and applications, illustrated with examples from real-world practice or renowned historical cases.

(4.3) 20 reviews

359 learners

  • Hong
3시간 만에 완강할 수 있는 강의 ⏰
대용량트래픽
이론 중심
Redis
Architecture
cache

Reviews from Early Learners

What you will learn!

  • Caching Strategy

  • Data Structure

  • RDB vs AOF

  • HA, Replication, Sentinel

  • Redis Architectures

  • Redis Pub/Sub

  • Redis Script

I've received a request to implement caching and proceed with unit development..! 🤔

When you need to implement caching for these feature development requests, how do you implement it? And what tools do you use? When faced with such a new requirement, you'll need to consider the following:


[1] 🤔 Which caching tool should I introduce??

[2] 🤔 There is something called a caching strategy.. but which strategy should I use??

[3] 🤔 Do you have enough time?? I need time due to the learning curves.


Before implementing a system for such a new feature, you need a basic understanding of how it works and how to utilize it. This is essential for proper use and to avoid major difficulties in future code improvements and maintenance. In this lecture, we'll assume you're implementing caching and delve into Redis , a leading caching tool.

Redis... Do I really need to know it?? 🤔

Yes, you absolutely must learn it!!

For those who have practical experience working on a server, a database is essential , but there is absolutely no case where redis is not used.

Introducing a cache using Redis is an essential element in platform development.

  • In some cases, Redis is not used and other caching tools are introduced depending on the situation. However, caching tools are used by default, and Redis is the most widely used.


😆 Even in the actual job market, developers with experience working with Redis are highly preferred.

Nexon

Smile Gate

Kakao Enterprise

Kakao Games

😆 We are also providing solutions based on Redis issues that have actually occurred in large corporations.

🥳 This lecture is structured like this.

1⃣ This covers a brief introduction to Redis .

2⃣ We cover what Collection is in Redis and why it is important.

3⃣ We cover Redis and other caching tools in comparison .

4⃣ We cover Redis' representative caching strategies and potential cases that may arise in high-volume traffic situations.

5⃣ We cover persistent data storage in Redis .

6⃣ We cover the architecture of Redis .

7⃣ We cover event-driven approaches in Redis .

8⃣ Script in Redis

9⃣ Guide to a More Robust Redis

🙊 What if I take all of these courses?

You will learn why Redis is primarily used, its architecture components and replication, and how to establish and design caching strategies in situations of excessive TPS.

😉 A good lecture to watch together

Things to note before taking the course

This course provides PDF lecture materials.

Your time and mine are both valuable. Rather than re-attending lectures for material you don't remember, review the material using the provided templates as a reference and apply it to your own practice.

Recommended for
these people

Who is this course right for?

  • Those curious about InMemory

  • Those wondering how Redis is mainly used

  • Those who are considering Caching

  • All server developers and operations managers

Hello
This is

3,825

Learners

287

Reviews

104

Answers

4.6

Rating

18

Courses

자기 소개

집에서 빈둥대다 개발에 흥미를 느껴 개발 공부를 시작하였고 현재는 판교에서 플랫폼 서버 개발을 담당하여 진행하고 있습니다.

 

제가 공부를 했던 방법과 실무에서 접하실 수 있는 여러가지 문제점들과 해결책을 여러분들에게 제공하고 싶어 지식공유자 활동을 이어나가고 있습니다.

 

강의는 오로지 저만의 지식을 통해 만들어지지 않습니다. 모든 강의는 함께하시는 분들이 계십니다.

 

지식공유자 경력

[前] 샌드박스 블록체인 개발자

[前] 넥슨 자회사 백엔드 개발자

[] 판교에서 고여가는 서버 개발자

 

인터뷰 이력

Curriculum

All

22 lectures ∙ (1hr 53min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

All

20 reviews

4.3

20 reviews

  • caolian2003님의 프로필 이미지
    caolian2003

    Reviews 1

    Average Rating 3.0

    3

    86% enrolled

    음.. 기본적으로 자료구조 및 데이터베이스에 대한 이해가 없다면 강의를 들으시면서 이해를 못하는 부분이 많이 생길겁니다. 강의 자체는 짧게 흐름을 익히기에는 괜찮으나, 말은 정말 많은데 화면에는 자료가 그림 형태로 하나 밖에 올라가 있지 않고 예시 및 설명란이 없어서 자막을 켜고 들으면서 궁금한 부분은 전부 구글링으로 해결해야 했습니다. 아마 강의를 들은 시간 반, GPT 시간 반, 구글링 반으로 강의 X 3배의 시간은 넘게 쓴듯 합니다. 말의 깊이는 있는데 자료가 부족하여 이해를 하기 위한 구글링이 조금 많았습니다. 그 과정에서 내가 몰랐던 부분을 알게된 것도 있고 나쁘진 않았다고 생각은 듭니다만, 자료 부분을 조금 더 신경 써주시면 어떨까 싶습니다. 물론 레디스를 배우는 사람들이 프로그래밍에 대해서 아무것도 모른채 듣지는 않을 것이니 제 수강평은 참고만 해주셨으면 좋겠습니다.

    • Hong
      Instructor

      안녕하세요 평 남겨주셔서 감사합니다. 먼저 더 많은 만족감을 제공해 드리지 못해서 죄송합니다. 아무래도 제가 개발자가 되고 공부를 하는 방법이 스스로 고민하고 직접 구현하며 알아가는 과정이 좋은 개발방법이라고 생각을 해서 저의 공부 방식이 해당 강의에 녹아들엇다고 생각합니다. 저는 강의를 찍기 시작한 이후로 제 강의는 스스로 알아가는 과정을 알려드리고 싶었습니다. 현실에서는 제가 개발을 하는것이 아니라, 강의를 봐주시는 수강생분들이 개발을 하시기 떄문에 방향성을 제공하면서 스스로 알아보고 공부하는 과정을 알아가셨으면 좋겠다는 생각이 있었습니다. 강의 들어주셔서 감사드리며 궁금한 부분이 있다면 편하게 질문주시면 감사하겠습니다!

  • super_dev님의 프로필 이미지
    super_dev

    Reviews 18

    Average Rating 4.9

    Edited

    4

    86% enrolled

    1. 강의 자료 오타 - 강의 자료 (PDF) 내 일부 내용 중 오타가 종종 있습니다. [정오표] (1) 04-5 챕터 (14p) - 사용되는 범위에 따라서 달라지느 --> 사용되는 범위에 따라서 달라지므로 (2) 05 챕터 (16p) - 데이터 영속상이 보장이 안된다 --> 데이터 영속성이 보장이 안된다. 2. 그림 자료가 부족함 - Redis Sync 챕터 부분에서 여러 그림과 함께 어떤 과정으로 진행되는지 설명해주시면 좋을 것 같습니다. - 대부분 말로만 설명해주셔서 직관적인 이해가 부족했습니다. 3. 간단한 예제 코드 미포함 - 구글링하면 나오는 부분이긴 하나 Value 타입별 CRUD 하는 예제 코드가 포함되어 있으면 좋을 것 같습니다. Redis를 사용하며 장애가 발생할 수 있는 부분 (keys 명령어, Thundering Herd)에 대해 설명해주시는 것이 매우 좋았어서 4점 남깁니다.

    • Hong
      Instructor

      안녕하세요 평 남겨주셔서 감사합니다. 아무래도 제가 실무적인 느낌의 강의를 좋아하고 코드 개발을 좋아하다보니 문서적인 부분에서 약간의 오타가 존재하는것을 확인하였습니다. 해당 부분이 강의를 들으시는데에 있어서 불편을 드렸다면 먼저 사과의 말씀 드립니다. 또한 말씀해 주셨던 부분을 고려하여 다음 강의에서는 더 만족을 드릴 수 있게 준비하도록 하겠습니다. 강의 들어주셔서 감사합니다!

  • 랑래이님의 프로필 이미지
    랑래이

    Reviews 2

    Average Rating 4.0

    3

    32% enrolled

    • p22582님의 프로필 이미지
      p22582

      Reviews 1

      Average Rating 5.0

      5

      100% enrolled

      전체적인 개요부터 각 개념에 대한 공부를 할 수 있어서 좋았습니다. 총평: 하나의 책을 빠르게 보는 듯한 시간이었다.💯

      • Hong
        Instructor

        안녕하세요 평 남겨주셔서 감사합니다. 해당 강의는 의도적으로 어떤 개념인지 지식을 제공하고 중간중간 꿀팁을 제공해 드리기 위해서 촬영이 되었습니다. 제가 생각했던 방향으로 학습이 잘 되신거 같아서 기분이 몹시 좋네요 ㅎㅎ 좋은 평 감사드리며 앞으로도 재미있는 개발 하시기를 바라겠습니다. 감사합니다!

    • 복숭아요거트님의 프로필 이미지
      복숭아요거트

      Reviews 4

      Average Rating 4.0

      3

      32% enrolled

      $24.20

      Hong's other courses

      Check out other courses by the instructor!

      Similar courses

      Explore other courses in the same field!