Skip to content

8.1.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@roshkhatri roshkhatri released this 02 Apr 01:47
· 68 commits to mainline since this release
88722ae

Valkey Extension 8.1.0-rc1 - Released Tue 1 April 2025

Overview

  • valkey-extension is a containerized version of valkey, enhanced with popular modules for advanced data structures and additional search capabilities.
  • This image is built on top of the official valkey base image and includes pre-installed modules for simplified deployment.

Core Components

  • Base Image: valkey/valkey:8.1.0-bookworm
  • valkey - 8.1.0
  • valkey-json - 1.0.0
  • valkey-bloom - 1.0.0
  • valkey-search - 1.0.0-rc1

Supported Tags and Platforms

Supported Tags:

  • 8.1.0-rc1
  • 8.1
  • 8
  • latest
  • 8.1.0-rc1-bookworm
  • 8.1-bookworm
  • 8-bookworm

Platform Support:

  • linux/amd64
  • linux/arm64

Key Changes

Security:

  • Protected mode config(--protected-mode no) disabled by default on valkey base image
  • Authentication strongly recommended for external exposure

Features:

  • Persistent storage support (/data volume)
  • Configurable via environment variable VALKEY_EXTRA_FLAGS
  • Custom configuration file support valkey.conf
  • Connecting via valkey-cli

We appreciate the efforts of all who contributed to this Docker image release!