Skip to content

Commit 573758d

Browse files
Update docs/howtos/analytics/index-analytics.mdx
Co-authored-by: Simon Prickett <simon@crudworks.org>
1 parent 040d3f6 commit 573758d

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
@@ -63,7 +63,7 @@ Once the Redis database is up and running, you can connect to it using the `redi
6363

6464
:::info TIP
6565
- By default, Redis runs on port 6379 but you can change it by specifying an alternative host port in the docker compose file.
66-
- You can use Redis configuration file and mount it as volumes in the docker compose YAML file.
66+
- 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 even run redis info command to get overall statistic details of redis instance like cache, memory stats, redis metrics and modules enabled.
6969
- You can use a redis cli command called `redis monitor` to get real time redis logs .

0 commit comments

Comments
 (0)