Skip to content

Commit 553d238

Browse files
authored
Add username option to Valkey container (#1117)
1 parent 0e85014 commit 553d238

File tree

4 files changed

+55
-612
lines changed

4 files changed

+55
-612
lines changed

docs/modules/valkey.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ Choose an image from the [container registry](https://hub.docker.com/r/valkey/va
2525
### With password
2626

2727
<!--codeinclude-->
28-
[](../../packages/modules/valkey/src/valkey-container.test.ts) inside_block:valkeyWithCredentials
28+
[](../../packages/modules/valkey/src/valkey-container.test.ts) inside_block:valkeyWithPassword
29+
<!--/codeinclude-->
30+
31+
### With username and password
32+
33+
<!--codeinclude-->
34+
[](../../packages/modules/valkey/src/valkey-container.test.ts) inside_block:valkeyWithUsernameAndPassword
2935
<!--/codeinclude-->
3036

3137
### With persistent data

0 commit comments

Comments
 (0)