🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Go

Description

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.

Examples

Dependency:
go get github.com/testcontainers/testcontainers-go/modules/valkey
Usage:
valkeyContainer, err := valkey.Run(ctx, "docker.io/valkey/valkey:7.2.5")