drop-in replacement for `redis-cli --pipe` with flow control
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jordan Orelli ae4a54a315 make rate limiting params tunable at runtime 10 years ago
samples mimick redis-cli output 10 years ago
Makefile add a makefile 10 years ago
README.md version bumping 10 years ago
chunk.go make rate limiting params tunable at runtime 10 years ago
misc.go cleaning up 10 years ago
rsload.go make rate limiting params tunable at runtime 10 years ago
values.go include original error when failing to read a value 10 years ago
values_test.go integers are now []byte 10 years ago

README.md

A tool for loading redis files into redis. Intended to be a drop-in replacement for redis-cli --pipe.

Run rsload --help for command-line params.