A simple tool to migrate all keys from a Redis instance to a Cloudflare KV store.
-
Git clone this repository
git clone https://github.com/nrmnqdds/redis2kv.git
-
Install the required packages
go mod tidy
-
Copy the
.env.example
file to.env
and fill in the required valuescp .env.example .env
-
Run the tool
go run main.go
-
Profit!