Skip to content

Commit dd0ee3e

Browse files
authored
Add node section to valkey (#121)
1 parent 93503d3 commit dd0ee3e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/valkey/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ docs:
1515
```bash
1616
go get github.com/testcontainers/testcontainers-go/modules/valkey
1717
```
18+
- id: nodejs
19+
url: https://node.testcontainers.org/modules/valkey/
20+
maintainer: core
21+
example: |
22+
```javascript
23+
const container = await new ValkeyContainer("valkey/valkey:8.0").start();
24+
```
25+
installation: |
26+
```bash
27+
npm install @testcontainers/valkey --save-dev
28+
```
1829
description: |
1930
Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database. Valkey can run as either a standalone daemon or in a cluster, with options for replication and high availability.
2031
---

0 commit comments

Comments
 (0)