swift-valkey

Installation
SKILL.md

Valkey / Redis

Valkey is an open-source, high-performance key-value store (fork of Redis). The valkey-swift library provides a Swift client with full async/await support, cluster routing, and pub/sub.

Quick Start

Installation

Add to Package.swift:

dependencies: [
    .package(url: "https://github.com/valkey-io/valkey-swift.git", from: "1.0.0")
]

Basic Usage

Related skills

More from joannis/claude-skills

Installs
24
GitHub Stars
57
First Seen
Mar 7, 2026