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.
82694d1118
otherwise we can have some i/o thrashing on simply decoding the input while reading the responses. This lets us decode our input up to one chunk in advance of our redis interactions. |
10 years ago | |
---|---|---|
samples | 10 years ago | |
README.md | 10 years ago | |
chunk.go | 10 years ago | |
misc.go | 10 years ago | |
rsload.go | 10 years ago | |
values.go | 10 years ago | |
values_test.go | 10 years ago |
README.md
A tool for loading redis files into redis. Intended to be a drop-in
replacement for redis-cli --pipe
.