Skip to content

shomiron/easystore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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