We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52c300 commit aad84e1Copy full SHA for aad84e1
docs/use-cases/observability/clickstack/integration-examples/redis-metrics.md
@@ -340,7 +340,7 @@ docker exec <clickstack-container> redis-cli -h <redis-host> ping
340
# Expected output: PONG
341
```
342
343
-Check if Redis INFO command works:
+Check if the Redis INFO command works:
344
```bash
345
docker exec <clickstack-container> redis-cli -h <redis-host> INFO stats
346
# Should display Redis statistics
0 commit comments