Skip to content

Migrate keys values from Redis to Cloudflare KV

Notifications You must be signed in to change notification settings

nrmnqdds/redis2kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis2kv

A simple tool to migrate all keys from a Redis instance to a Cloudflare KV store.

TUTORIAL

  1. Git clone this repository

    git clone https://github.com/nrmnqdds/redis2kv.git
  2. Install the required packages

    go mod tidy
  3. Copy the .env.example file to .env and fill in the required values

    cp .env.example .env
  4. Run the tool

    go run main.go
  5. Profit!

About

Migrate keys values from Redis to Cloudflare KV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages