make build
./bin/loadis <ledis dump filename>
Supported commands are:
keys
-- list all keys in the databasehgetall <hkey>
-- list all keys and values in the hashsmembers <skey>
-- list all members in the setget <key>
-- get the value of the string keyllen <skey>
-- get the length of a listlrange <key> <start> <end>
-- get all values from the list within the range (end
can be-1
)