Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit f57bdc4

Browse files
committed
Add video header for Redis getting started.
1 parent 1901fb8 commit f57bdc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/redis/getting-started.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ slug: getting-started
33
title: Getting Started with Redis in .NET
44
---
55

6+
<div class="py-8 max-w-7xl mx-auto">
7+
<iframe class="video-hd" width="560" height="315" src="https://www.youtube.com/embed/jBdOvTvjyqY" title="YouTube video player"
8+
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
9+
</div>
10+
611
# Introduction to Redis as a Technology
712

813
Redis, standing for REmote DIctionary Server, is an open-source, in-memory data structure store. It's widely used as a database, cache, and message broker. With its unique set of features and unparalleled speed, it's a crucial tool for a modern developer's toolkit.

0 commit comments

Comments
 (0)