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 8b81290cca add a makefile
this is technically not necessary at all, but it's a standard in our
deploy chain so it makes things a bit more homogenous to use it
10 years ago
samples mimick redis-cli output 10 years ago
Makefile add a makefile 10 years ago
README.md readme. 10 years ago
chunk.go channels should be buffered up to one chunk's size 10 years ago
misc.go cleaning up 10 years ago
rsload.go make chunks smaller 10 years ago
values.go remove a little bit of waffling in arrays 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.