hi antirez: Since you've implement "redis-cli --rdb filename" that transfer an RDB dump from remote redis-server to local file, Would you ever consider implementing "redis-cli --load rdbfile " that transfer local RDB file to remote redis server? That would be very useful.
thank you .
Comment From: gingerlime
I'm also curious about this... Seems like combining mass insert capability using --pipe with redis rdb tools rdb --c protocol /path/to/dump.rdb is the current alternative? Would be really nice to bundle this capability into the client though.
Comment From: e-monson
[crickets]