Newbies: Installs redis on linux Pros: Installs redis on Windows via WSL Legends: Installs Virtual Machine, runs windows on it, installs Redis on WSL. Consumes it by forwarding the ports!
If you find yourself in the situation when your WSL doesn't have Internet, DO THIS: `sudo nano /etc/resolv.conf` add/modify the following line: "nameserver 8.8.8.8" this will set the DNS server for WSL.
now that i can run redis-server within Ubuntu lts, how can I run redis-server from a python script. On a normal ubuntu machine I would just pass processes = ['redis-server', 'main.py']. What should I do here as am on Windows and writing multiprocessing code on windows? I can't just call 'redis-server', it gives error.
Hi! I'm receiving the following error: "Could not connect: Error 10061 connecting to localhost:6379." Redis server is working (redis-cli responding). Could anyone help? Any ideas?
hello, i installed everything like you did in this video and it works, but wenn ich start a terminal in vs code an type in 'redis-server' i get the notification that bash command is not found? is it because I startet the terminal inside a dev container? how can i get rid of that problem? i hope someone can help. Thanks:)
Unfortunately, I think when you use the WSL2 on Windows it makes Virtual Box unusable, and I use Virtual Box all the time. This is because WSL2 uses Hyper-V under the hood, which is incompatible with VirtualBox. Oct 10, 22
Good to know. I got away with it because I only used WSL, not WSL2. But, if you're using Virtual Box, then you'd be better off just installing Linux on it and running Redis there. I'm used Virtual Box because I didn't have a Windows machine handy for this purpose.
Hey folks, Im really new to Redis. Im trying to install Redis on windows server 2016, and I found an .exe to basically install Redis and create a service that teorically runs redis-server. By doing things this way on windows server, it will work the same as we need to download WSL and all that stuff in win 10? Thanks!!
at 6:00 when i try to add the repository it throws the following error Cannot add PPA: 'ppa:~redislabs/ubuntu/redis'. ERROR: '~redislabs' user or team does not exist. Help
the same error to me this is the solution: first run the command 1. echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf (this is the server of google) then update your ubuntu 2. sudo apt-get update 3. run the command again sudo apt-add-repository ppa:redislabs/redis IF THIS DOESNT WORK FOR YOU second solution, is similar first run the command 1. echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null (this is the server of google) then update your ubuntu 2. sudo apt-get update 3. run the command again sudo apt-add-repository ppa:redislabs/redis
Thank you Tech Hagrid, for this was strikingly helpful.
Man, you've literally saved my life with this tutorial step by step, very clear and precise. love you guy!
Glad it was useful!
one of the happiest techies out there on youtube !!
Happy happy joy joy!
Came for the tutorial, stayed for the wholesomeness. Thank you! :')
really amazing, you explained in such a simple way, hats off to you sir
Wingardium Rediosa... Thanks Guy Royse
Tried different blogs and article nothing helped but this. Thanks!
Great demonstration and walkthrough!!
Newbies: Installs redis on linux
Pros: Installs redis on Windows via WSL
Legends: Installs Virtual Machine, runs windows on it, installs Redis on WSL. Consumes it by forwarding the ports!
My only regret is not installing WSL 2.
Life is not over yet 😁
Awesome video, thanks Guy.
using wsl for my local redis cluster for a while, works as expected 👌🏻
Yep. It does what it does.
Dumbledore, is this you ?
Harry?
Oh Santa Cluas teaching Redis
Thank you so much, i love how you explain erverythings !
Windows just makes everything more complex than they should be
That was a great help, you made it simple with clear steps
Thanks for your contribution, its so clear.
This was really helpful, thank you Guy
nice network speed, thanks for the video =D
You're our saviour, Hagrid. Thank you!
Great work! Saves a looooooooooot of unnecessary headache
Thank you Guy! you were amazing
loved the tutorial
easy to watch, easy to follow, easily got success🎉😊
So, Guy install a windows on his mac, to run ubuntu LOL. Man, I appreciate the time you took to show us dumbs how to do this. Thank you!
Yo dawg, I heard you like operating systems.
i appreciate the guide. concise and to the point, as well as entertaining! thank you!
Glad it was helpful!
This was really useful. Thank you so much
If you find yourself in the situation when your WSL doesn't have Internet, DO THIS:
`sudo nano /etc/resolv.conf`
add/modify the following line: "nameserver 8.8.8.8" this will set the DNS server for WSL.
i love this guy!!! my guy Royse!
Thanks from Russia!
taught by hagrid himself it's ought to magic.....thanks guy...
Great funny explanation ♥, thank you VERY VERY much !!!
Thank you!
Dumbledore spotted 😅
😆
Thanks Hagrid!!!
Thank you very much for this video..
It helped a lot
Thank you very much for this tutorial🙂
This is helpful. Thankyou :))
Great video, perfectly explained
Thanks Guy!
I like the intro 😂
Great video
I haced some problems but it was very good help
This was a great tutorial - Thank You Very Much
Glad it was helpful!
Hello! thank you for the help but I am stuck on 9:26 ,I cant prompt the command line on the redis window. do you press something special to prompt it?
At 9:26 I just hit Ctrl-C to stop Redis and then issued commands to bring it back up as a daemon.
@@guyroyse Thank you!
@@guyroyse thanks
bro you are a G in that beard
Thanks buddy
Thank you so much !
great video and very helpful, thank you!!
Glad it was helpful!
Got it and installed on my windows
Excellent! Working on anything cool?
thanks! working on Windows 11.
That's great to hear! I heard nothing really changed from 10 -> 11 other than the placement of the start button XD - Justin
now that i can run redis-server within Ubuntu lts, how can I run redis-server from a python script. On a normal ubuntu machine I would just pass processes = ['redis-server', 'main.py']. What should I do here as am on Windows and writing multiprocessing code on windows? I can't just call 'redis-server', it gives error.
Hi! I'm receiving the following error: "Could not connect: Error 10061 connecting to localhost:6379." Redis server is working (redis-cli responding). Could anyone help? Any ideas?
Hi André! Head over to our Discord channel and we should be able to help you!
discord.gg/redis
Thanks for this. I was almost going to remove Redis from my project.. Lovely beards too :)
Amazing, thank u!!!!!
Oye muchas gracias por el video, esta bastante claro, como lo esplicas. Saludos
De nada.
awesome
cluster + sentinel running in virtual box? I am doing development on windows server which does not have wls.
sir i switch to your installition but i don't find dump.rdb file
i have this "Error: retrieving gpg key timed out."/ How to fix it?
hello, i installed everything like you did in this video and it works, but wenn ich start a terminal in vs code an type in 'redis-server' i get the notification that bash command is not found? is it because I startet the terminal inside a dev container? how can i get rid of that problem?
i hope someone can help. Thanks:)
Thank you so much , I like redis a lot but you know not always we can use linux
thanks gandalf
thanks sir
Unfortunately, I think when you use the WSL2 on Windows it makes Virtual Box unusable, and I use Virtual Box all the time. This is because WSL2 uses Hyper-V under the hood, which is incompatible with VirtualBox.
Oct 10, 22
Good to know. I got away with it because I only used WSL, not WSL2. But, if you're using Virtual Box, then you'd be better off just installing Linux on it and running Redis there. I'm used Virtual Box because I didn't have a Windows machine handy for this purpose.
As streamlined as you can make a walkthrough. Thank you!
Hey folks, Im really new to Redis.
Im trying to install Redis on windows server 2016, and I found an .exe to basically install Redis and create a service that teorically runs redis-server.
By doing things this way on windows server, it will work the same as we need to download WSL and all that stuff in win 10?
Thanks!!
How do you access redis server config with this method
Should be in /etc/redis/redis.conf
Thx
at 6:00 when i try to add the repository it throws the following error
Cannot add PPA: 'ppa:~redislabs/ubuntu/redis'.
ERROR: '~redislabs' user or team does not exist.
Help
try replacing redislabs with redis
the same error to me
this is the solution:
first run the command
1. echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
(this is the server of google)
then update your ubuntu
2. sudo apt-get update
3. run the command again
sudo apt-add-repository ppa:redislabs/redis
IF THIS DOESNT WORK FOR YOU
second solution, is similar
first run the command
1. echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
(this is the server of google)
then update your ubuntu
2. sudo apt-get update
3. run the command again
sudo apt-add-repository ppa:redislabs/redis
@@iocompany7199 Thank you bro, you are awesome
Nice beard
9:30 what is this bro ?
M bourrada te remercie
it take a lot of timeeeeeeeeeeeeeeeeeeeeeeeee
Thank you!
Thanks sir
How do i do it windows 11? I dont see Hyper V
Dunno. Am I gonna have to fire up my VM again?
Thank you!!!