Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save wilmoore/7ba83b43f4c55b8ee34db2cf991e467f 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 macOS

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

⪼ Made with 💜 by Polyglot.

Homebrew

CleanShot 2024-10-29 at 09 07 57@2x

redis-server

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

brew install redis

CleanShot 2024-10-29 at 09 08 51@2x CleanShot 2024-10-29 at 09 08 55@2x

redis-server

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

Background Servic

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

redis-cli

CleanShot 2024-10-29 at 09 10 02@2x

GET key

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

LPOP key

CleanShot 2024-10-29 at 09 10 31@2x

Stop Redis Server

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


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