Redis like syntax to store and retrieve from json files
Project description
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"})
```
abstractions used by redis-client.
## Sample
```
import sys
sys.path.append("..")
import easystore
k = easystore.DiskStore("jam")
k.hset("system", "metrics", {"cpu": "31"})
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easystore-1.3.9.tar.gz
(2.2 kB
view details)
File details
Details for the file easystore-1.3.9.tar.gz.
File metadata
- Download URL: easystore-1.3.9.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f60841411caac152e5793aadb61a02596af80c2fb0b66db7d00bb3a3330f6c8
|
|
| MD5 |
8ad7f646ef60393334150d25dc1fefe2
|
|
| BLAKE2b-256 |
eae1ca462f00cc32a9039d82bbed907c7a98148abf78df305845d9ea01f12d82
|