Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active October 29, 2024 16:20
Show Gist options
  • Select an option

  • Save wilmoore/ae7bfe3f5d901db9558d245cf2ba630b to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/ae7bfe3f5d901db9558d245cf2ba630b to your computer and use it in GitHub Desktop.
Software Engineering :: Database :: Redis :: Training :: Courses :: Advanced Redis :: 1. Installing and Setting up Redis :: Installing Redis on Debian Linux

Software Engineering :: Database :: Redis :: Training :: Courses :: Advanced Redis :: 1. Installing and Setting up Redis :: Installing Redis on Debian Linux

⪼ Made with 💜 by Polyglot.

Instantiated Linux Machine on GCP

CleanShot 2024-10-29 at 09 12 42@2x

Image

CleanShot 2024-10-29 at 09 14 12@2x

SSH

CleanShot 2024-10-29 at 09 14 25@2x

sudo apt-get -y install redis-server

CleanShot 2024-10-29 at 09 14 33@2x

CleanShot 2024-10-29 at 09 15 03@2x

Generate Password

CleanShot 2024-10-29 at 09 15 24@2x

/ect/redis/redis.conf

CleanShot 2024-10-29 at 09 15 42@2x

CleanShot 2024-10-29 at 09 16 13@2x

Bind

CleanShot 2024-10-29 at 09 16 25@2x

CleanShot 2024-10-29 at 09 16 37@2x

Search rediquredpass foobared

CleanShot 2024-10-29 at 09 16 52@2x

Change Password

CleanShot 2024-10-29 at 09 17 25@2x

sudo service redis-server restart

CleanShot 2024-10-29 at 09 18 16@2x

ps -f -u redis

CleanShot 2024-10-29 at 09 18 49@2x

Connect To Redis

CleanShot 2024-10-29 at 09 19 05@2x CleanShot 2024-10-29 at 09 19 41@2x

Test

CleanShot 2024-10-29 at 09 20 16@2x


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment