Installing Redis Community
Installing Redis community for development with Qumulus is super easy
Last updated
Installing Redis community for development with Qumulus is super easy
Last updated
Getting up to speed with Redis community for your development is super easy with Qumulus.
Create a new instance, select Ubuntu 24.04, Instance type as m1.micro (or the size which suits you) and add script to the user data section, click launch!
Here is the 'user data' script you can use
First things first. Let's change the password of Redis.
Search for 'PleaseChangeYourPassword' and replace it with your new password
Once you have changed the password, Save and exit the editor and restart the Redis server.
Now you are all set!
You can also check the performance of this Redis instance. Simply run the following command with your password
m1.micro on Qumulus is able to give a throughput of more than 45k operations per second.
Lastly, you may want to connect to redis from Redis Insight. Make sure that you have allowed port 6379 in security groups for inbound rule from the IP you are trying to connect from
Once your instance is up and running, You can assign a public IP to it and SSH to it .Make sure you have inbound rules defined to allow SSH for the instance and open port for Redis in the assigned to your VM.
You can and run redis-cli to check if Redis is installed and running on your VM.