migrate-stackexchange

Installation
SKILL.md

Migrating from StackExchange.Redis to Valkey GLIDE (C#)

Use when migrating a .NET application from StackExchange.Redis to the GLIDE client library.

Status: The GLIDE C# client is in preview (requires .NET 8.0+). APIs may change before GA.

Routing

  • String, hash, list, set, sorted set, delete, exists, cluster -> API Mapping
  • Transaction, Batch API, fire-and-forget -> Advanced Patterns
  • PubSub, subscribe, publish -> Advanced Patterns
  • Key types, API compatibility, ecosystem -> Advanced Patterns

Key Differences

Area StackExchange.Redis GLIDE
Connection ConnectionMultiplexer.Connect() GlideClient.CreateClient(config)
Operations IDatabase methods Direct client methods
Related skills

More from avifenesh/valkey-skills

Installs
1
GitHub Stars
2
First Seen
Apr 4, 2026