Skip to content

Commit

Permalink
redis keys command
Browse files Browse the repository at this point in the history
  • Loading branch information
azliu0 committed Apr 15, 2024
1 parent 17dddcf commit a07c308
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ PGPASSWORD='password' psql -h database -U postgres
redis-cli -h redis
```

Check redis keys with
```sh
keys *
```

Alternatively, you can access these services from your local machine, i.e., outside of the dev container, by connecting directly to the docker containers. To do this, run

```sh
Expand Down

0 comments on commit a07c308

Please sign in to comment.