Redis json stroage.
Project description
redis-json-storage
==================
.. image:: https://travis-ci.org/appstore-zencore/rjs.svg?branch=master
:target: https://travis-ci.org/appstore-zencore/rjs
Reids json storage. Store json data as hashmap in redis.
Install
-------
::
pip install redis-json-storage
Class & Methods
-----
1. redis_json_storage.JsonStorage
a. update
b. get
c. delete
d. delete_field
Example
-----
::
from redis_json_storage import JsonStorage
connection = make_redis_connect(config)
storage = JsonStorage(connection)
data1 = {
"a": 1,
"b": 2,
}
storage.update(data1)
data2 = {
"b": 3,
"c": 4,
}
storage.update(data2)
data3 = storage.get(key)
==================
.. image:: https://travis-ci.org/appstore-zencore/rjs.svg?branch=master
:target: https://travis-ci.org/appstore-zencore/rjs
Reids json storage. Store json data as hashmap in redis.
Install
-------
::
pip install redis-json-storage
Class & Methods
-----
1. redis_json_storage.JsonStorage
a. update
b. get
c. delete
d. delete_field
Example
-----
::
from redis_json_storage import JsonStorage
connection = make_redis_connect(config)
storage = JsonStorage(connection)
data1 = {
"a": 1,
"b": 2,
}
storage.update(data1)
data2 = {
"b": 3,
"c": 4,
}
storage.update(data2)
data3 = storage.get(key)
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
File details
Details for the file reids-json-storage-0.2.0.tar.gz
.
File metadata
- Download URL: reids-json-storage-0.2.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51efc86affa1c4f5983df8a8e2e4056bf9b4312e88c945da807dbab544666b84 |
|
MD5 | 8b070e9cf24019b2b2d46d877ecbaf50 |
|
BLAKE2b-256 | 25e04638c63c3dbd800449607bda26cb73772e337cc6853c1398eefcbc37c9b0 |