sschiz / Key-Value_Storage

Key-value storage using json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Key-value storage using json


Languages

Language:Python 100.0%