Skip to content

Repository files navigation

loadis - the ledis loader

Runnins

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)

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages