redis (npm) → iovalkey
easyValkey is the BSD-licensed Redis fork by AWS, Google, Oracle and the Linux Foundation. iovalkey is the ioredis-compatible client. API is identical.
npm uninstall ioredis && npm install iovalkey
import Redis from 'ioredis' → import Valkey from 'iovalkey'. Constructor signature is identical.
Run against Valkey 7.2+ if your provider has switched (AWS ElastiCache, GCP Memorystore default to Valkey).
What this migration involves
Moving from redis (npm) to iovalkey is rated easy and takes about 1h on a typical project. The guide breaks it into 4 steps, 1 of which ship with runnable commands and 1 with a verification check.
Related migrations
FAQ
How long does migrating from redis (npm) to iovalkey take?
Around 1h for a typical project — 4 steps, difficulty rated easy, 1 of them with copy-paste commands.
Is moving from redis (npm) to iovalkey reversible?
No reverse guide is tracked yet, so treat this as a one-way move and keep a full export of your redis (npm) data before you start.
What does iovalkey cost compared to redis (npm)?
Pricing for both tools is contact-based or not tracked yet.