Skip to content

Update part12b.md #4009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: source
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/12/en/part12b.md
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ If the application does not behave as expected, direct access to the database ma
- Find the key you used with _[KEYS *](https://redis.io/commands/keys)_
- Check the value of the key with the command [GET](https://redis.io/commands/get)
- Set the value of the counter to 9001, find the right command from [here](https://redis.io/commands/)
- Make sure that the new value works by refreshing the page http://localhost:3000/statistics
- Make sure that the new value works by refreshing the page http://localhost:3000/todos/statistics
- Create a new todo with Postman and ensure from redis-cli that the counter has increased accordingly
- Delete the key from the cli and ensure that the counter works when new todos are added

Expand Down