Skip to content

Commit

Permalink
docs: Add note on MONITOR
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Oct 23, 2022
1 parent fe86b8b commit 6acf149
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ a lua script by calling `redis-cli -u redis://127.0.0.1:6389 --ldb --eval src/se

Just type `help` in the debugger for options.

Another option is to run `MONITOR` in the redis-cli before running the relevant code,
and checking the output of calls made.

## Setting up the environment

1. Create a venv
Expand Down

0 comments on commit 6acf149

Please sign in to comment.