Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/modules/valkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ Choose an image from the [container registry](https://hub.docker.com/r/valkey/va
### With password

<!--codeinclude-->
[](../../packages/modules/valkey/src/valkey-container.test.ts) inside_block:valkeyWithCredentials
[](../../packages/modules/valkey/src/valkey-container.test.ts) inside_block:valkeyWithPassword
<!--/codeinclude-->

### With username and password

<!--codeinclude-->
[](../../packages/modules/valkey/src/valkey-container.test.ts) inside_block:valkeyWithUsernameAndPassword
<!--/codeinclude-->

### With persistent data
Expand Down
Loading