Spin up Redis on Docker and learn basic commands

preview_player
Показать описание
Docker run --name redis -p 6379:6379 redis
docker exec -it rdb redis-cli

🏭 Software Architecture Videos

💾 Database Engineering Videos

🛰 Network Engineering Videos

🏰 Load Balancing and Proxies Videos

🐘 Postgres Videos

🚢Docker

🧮 Programming Pattern Videos

🛡 Web Security Videos

🦠 HTTP Videos

🐍 Python Videos

🔆 Javascript Videos

Support me on PayPal

Become a Patreon

Stay Awesome,
Hussein
Рекомендации по теме
Комментарии
Автор

Besides the point that you often seem to have the tutorials just on the topic I need, your demo style is hilarious! I enjoy watching these even for fun, besides the educational value :D Thanks and keep them coming

dzsukov
Автор

When I play your videos, my first task is to hit the like button even before ads ends.. ☺️☺️😊... Watching your videos always worth. 👍🏼

ritwickdey
Автор

very crisp and easy to follow provided u have docker setup done. Thanks Hussein.

deeproy
Автор

Thank you so much, now I can work with redis

ferdeveloper
Автор

This was useful for me . Thanks. New subscriptor

flakster
Автор

Thanks men... It was exactly what i need...

velthdv
Автор

Thanks. I was really looking for something like this.

mirmohammadjaber
Автор

Very useful video and very well explained.

ayazahamed
Автор

Thanks for this man, useful as always!

GuitarreroDaniel
Автор

can you do a video to show how to spin this up with a docker compose yaml file.

warrenwong
Автор

I heard it is bad practice to dockerise postgres in production. Is that the same case for redis? If so, what do you recommend? ElasticCache?

clearthinking
Автор

Nice, we did a message LOL. Thanks for the video!

thearchibaldtuttle
Автор

mashallah, I like how you make things so simple. definitely, you deserve like subscribe and keep going, brother

Drebekaa
Автор

ما شاء الله عليك مبدع ياولد العم
فيه اقتراح انه تصنف الملفات التعليمية الى مستويات و Learning Path
software engineer learning path from beginner to advanced to profissional
ex: algorithms, web servers, proxy and so on

muaathali
Автор

how to Create redis cluster for staging

jaswanthreddy
Автор

-it does not stand for interactive terminal. I is for STDIN, T for PTY/TTY (pseudo terminal).

PouyaAtaei
Автор

I had to pause the video to try saying "...redis instance since it's..."

loganshoemaker