Skip to content

Instantly share code, notes, and snippets.

@cloverink
Last active November 27, 2023 09:45
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 cloverink/838691ae7e3ccb66140610d9787dbccf to your computer and use it in GitHub Desktop.
Save cloverink/838691ae7e3ccb66140610d9787dbccf to your computer and use it in GitHub Desktop.
docker redis
docker run -d \
--name redis-local \
-p 6379:6379 redis:alpine redis-server \
--appendonly yes \
--requirepass xxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment