Created
January 21, 2022 06:56
-
-
Save shalk/a2ceb27177f6a6f71ccbc7c63f1b3fb8 to your computer and use it in GitHub Desktop.
本地启动redis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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