migrate-ioredis
Installation
SKILL.md
Migrating from ioredis to Valkey GLIDE (Node.js)
Use when migrating a Node.js application from ioredis to the GLIDE client library.
Routing
- String, hash, list, set, sorted set, delete, exists, cluster -> API Mapping
- Pipeline, transaction, Batch API, multi -> Advanced Patterns
- PubSub, subscribe, publish, reversed args -> Advanced Patterns
- Lua scripting, defineCommand, evalsha -> Advanced Patterns
- Event handling, TypeScript -> Advanced Patterns