Skip to content

Commit 896ab71

Browse files
Update docs/howtos/analytics/index-analytics.mdx
Co-authored-by: Simon Prickett <simon@crudworks.org>
1 parent 6f7c315 commit 896ab71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howtos/analytics/index-analytics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Once the Redis database is up and running, you can connect to it using the `redi
6666
- You can use a Redis configuration file and mount it as volumes in the docker compose YAML file.
6767
- You can connect to the Redis instance by using `redis-cli -h hostname -p port` command.
6868
- You can run the Redis `INFO` command to get statistics, metrics and health information from the Redis instance like cache, memory stats, Redis metrics and modules enabled.
69-
- You can use a redis cli command called `redis monitor` to get real time redis logs .
69+
- Use the Redis `MONITOR` command to get a real time view of commands that clients send to Redis.
7070
:::
7171

7272
### Step 6. Run the backend

0 commit comments

Comments
 (0)