Skip to content

eviefp/in-memory-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In-memory key/value store

  • CLI application that runs in "god" mode
  • all keys and values are strings

Commands:

  • put <key> <value> adds a value to the store (no spaces allowed)
  • put overrides existing values
  • get <key> to read the value at key
  • dump to show all keys and values
  • exit to exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published