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!
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
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?
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.
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:)
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!!
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.
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.
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.
Glad it was useful!
Hello.
Hello guy rose would assist me with a redislab data center in uganda of East Africa.
Came for the tutorial, stayed for the wholesomeness. Thank you! :')
one of the happiest techies out there on youtube !!
Happy happy joy joy!
really amazing, you explained in such a simple way, hats off to you sir
Great demonstration and walkthrough!!
Wingardium Rediosa... Thanks Guy Royse
Tried different blogs and article nothing helped but this. Thanks!
Awesome video, thanks Guy.
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
That was a great help, you made it simple with clear steps
You're our saviour, Hagrid. Thank you!
This was really helpful, thank you Guy
Great work! Saves a looooooooooot of unnecessary headache
Thank you so much, i love how you explain erverythings !
loved the tutorial
easy to watch, easy to follow, easily got success🎉😊
nice network speed, thanks for the video =D
using wsl for my local redis cluster for a while, works as expected 👌🏻
Yep. It does what it does.
i appreciate the guide. concise and to the point, as well as entertaining! thank you!
Glad it was helpful!
Thanks for your contribution, its so clear.
Oh Santa Cluas teaching Redis
This was really useful. Thank you so much
Thank you Guy! you were amazing
Dumbledore, is this you ?
Harry?
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 😁
Great funny explanation ♥, thank you VERY VERY much !!!
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
@@iocompany7199 Thanks it worked
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.
Would you please with me a download and installation link of redis database for windows 10?
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
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.
sir i switch to your installition but i don't find dump.rdb file
Thank you very much for this tutorial🙂
Thank you very much for this video..
It helped a lot
i love this guy!!! my guy Royse!
Windows just makes everything more complex than they should be
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:)
cluster + sentinel running in virtual box? I am doing development on windows server which does not have wls.
i have this "Error: retrieving gpg key timed out."/ How to fix it?
This was a great tutorial - Thank You Very Much
Glad it was helpful!
This is helpful. Thankyou :))
9:30 what is this bro ?
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!!
taught by hagrid himself it's ought to magic.....thanks guy...
Great video, perfectly explained
great video and very helpful, thank you!!
Glad it was helpful!
Thanks for this. I was almost going to remove Redis from my project.. Lovely beards too :)
I haced some problems but it was very good help
Dumbledore spotted 😅
😆
bro you are a G in that beard
Thank you!
Thanks from Russia!
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.
Thanks Hagrid!!!
Thank you so much !
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
Oye muchas gracias por el video, esta bastante claro, como lo esplicas. Saludos
De nada.
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 like the intro 😂
Thanks Guy!
Got it and installed on my windows
Excellent! Working on anything cool?
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 so much , I like redis a lot but you know not always we can use linux
Thanks buddy
As streamlined as you can make a walkthrough. Thank you!
Amazing, thank u!!!!!
awesome
Great video
Thanks man
thanks gandalf
Thanks sir
Thx
M bourrada te remercie
Nice beard
Hello.
it take a lot of timeeeeeeeeeeeeeeeeeeeeeeeee
How do you access redis server config with this method
Should be in /etc/redis/redis.conf
Thank you!
thanks sir
Thank you!!!