ইন্সটলিং রেডিস | Installing Redis

Опубликовано: 17 Сентябрь 2026
на канале: PrepSelf
92
6

In this video, you will learn how to install Redis on a Mac, Docker, Ubuntu and Windows.

Chapters:

0:00 | Introduction
0:17 | MacOS
1:52 | Docker
3:53 | Ubuntu
5:15 | Windows

For MacOS:

brew install redis
brew services start redis
brew services info redis
brew services stop redis
redis-cli

For Docker:

docker run --rm -d --name redis -p 6379:6379 redis
docker ps | grep redis
docker exec -it redis redis-cli
docker stop redis

For Ubuntu:

sudo apt-get update
sudo apt-get install redis-server
sudo systemctl status redis
redis-server --version
redis-cli


For Windows:
Brief process of installing Redis on Windows
https://developer.redis.com/create/wi...

Follow this video to install Redis on Windows
   • Installing Redis on Windows 10  

#redis #ইন্সটলিং #রেডিস #install #redisinstall #bangla