loadis - the ledis loader

Runnins

make docker shell
make build
./bin/loadis <ledis dump filename>

Commands

Supported commands are:

  • keys -- list all keys in the database
  • hgetall <hkey> -- list all keys and values in the hash
  • smembers <skey> -- list all members in the set
  • get <key> -- get the value of the string key
  • llen <skey> -- get the length of a list
  • lrange <key> <start> <end> -- get all values from the list within the range (end can be -1)