/Key-Value_Storage

Key-value storage using json

Primary LanguagePython

Key-Value storage

How to use:

  • python storage.py --key [KEY] - get value from storage by key
  • python storage.py --key [KEY] --val [VALUE] - write data to storage by key and value