Tutorials, Free Online Tutorials, publishbookmarks provides tutorials and interview questions of all technology like java tutorial, android, java frameworks, javascript, ajax, core java, sql, python, php, c language etc. for beginners and professionals.
leetcode62 different paths (related topics: dynamic planning, combination arrangement, state compression)
docker run -d --name redis -P 6379: 6379 Redis -Requirepass "123456!"
#Behind the host port is the port used by Docker
docker ps
docker update -restart = alway container ID
1. Enter the container Docker Exec -IT container ID bash
2. Enter the redis directory CD/USR/LOCAL/BIN
3. Running command: Redis-CLI
4. View existing Redis password: Config Get Requirepass
5. Set the redis password Config Set Requirepass **** (**** password for you to set)
6. If (error) noAuth authentication required. Error.