Skip to content

Instantly share code, notes, and snippets.

@syocy
Created May 10, 2023 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syocy/59f7240b34ebea34766d95e9c9d8686a to your computer and use it in GitHub Desktop.
Save syocy/59f7240b34ebea34766d95e9c9d8686a to your computer and use it in GitHub Desktop.
# Apply Redis
make redis-apply
# Connect Redis
docker run -it --net=host --rm redis redis-cli -h 0.0.0.0
# Delete Redis
make redis-delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment