Skip to content

replicatedcom/loadis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published