Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active September 29, 2024 19:41
Show Gist options
  • Select an option

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

Select an option

Save wilmoore/f17c2fd3cd3513eb48408c9ea1fc56b0 to your computer and use it in GitHub Desktop.
Personal Brand :: Social Media :: LinkedIn :: Post :: Connecting to the redis instance

Personal Brand :: Social Media :: LinkedIn :: Post :: Connecting to the redis instance

⪼ Made with 💜 by Polyglot.

research
resources
» Connecting to the redis instance «

❯ podman machine start
❯ podman stop redis-stack-server
❯ podman rm redis-stack-server
❯ podman run --name redis-stack-server -d redis-stack-server
❯ podman start redis-stack-server
❯ podman exec -it redis-stack-server redis-cli

Starting machine "podman-machine-default"
Error: unable to start "podman-machine-default": machine podman-machine-default: VM already running or starting
redis-stack-server
127.0.0.1:6379> 

connecting-to-the-redis-instance

Instead of `brew install redis-stack` to run redis locally, run redis in a container instead.

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