Skip to content

Instantly share code, notes, and snippets.

@shalk
Created January 21, 2022 06:56
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 shalk/a2ceb27177f6a6f71ccbc7c63f1b3fb8 to your computer and use it in GitHub Desktop.
Save shalk/a2ceb27177f6a6f71ccbc7c63f1b3fb8 to your computer and use it in GitHub Desktop.
本地启动redis
docker run --name some-redis -p 6379:6379 -d redis redis-server --requirepass 123123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment