Skip to content

Add Redis integration#23

Open
aroslavfirsov1-cmyk wants to merge 2 commits into
PlakarKorp:mainfrom
aroslavfirsov1-cmyk:bounty-redis-integration
Open

Add Redis integration#23
aroslavfirsov1-cmyk wants to merge 2 commits into
PlakarKorp:mainfrom
aroslavfirsov1-cmyk:bounty-redis-integration

Conversation

@aroslavfirsov1-cmyk

@aroslavfirsov1-cmyk aroslavfirsov1-cmyk commented Jun 2, 2026

Copy link
Copy Markdown

Summary

  • add a Redis integration with redis:// and rediss:// importers that stream an RDB snapshot through Redis replication
  • add a redis+file:// exporter that restores the saved RDB record to a local file Redis can load on startup
  • include connector schemas, manifest, README usage docs, and unit coverage for config parsing, RESP command encoding, file target handling, and RDB stream parsing

Refs PlakarKorp/hub#3

Validation

  • go test ./...
  • go vet ./...
  • go build -v -o redisImporter.exe ./plugin/importer
  • go build -v -o redisFileExporter.exe ./plugin/exporter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant