Skip to content

meghu/easystore

 
 

Repository files navigation

Easystore is a generic interface to call and write to json files using the abstractions used by redis-client.

## Sample ``` import sys sys.path.append("..") import easystore

k = easystore.DiskStore("jam") k.hset("system", "metrics", {"cpu": "31"}) ```

About

Redis style strore and retrieve using json files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.9%
  • Makefile 22.1%