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