Skip to main content
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)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reids-json-storage-0.2.0.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file reids-json-storage-0.2.0.tar.gz.

File metadata

File hashes

Hashes for reids-json-storage-0.2.0.tar.gz
Algorithm Hash digest
SHA256 51efc86affa1c4f5983df8a8e2e4056bf9b4312e88c945da807dbab544666b84
MD5 8b070e9cf24019b2b2d46d877ecbaf50
BLAKE2b-256 25e04638c63c3dbd800449607bda26cb73772e337cc6853c1398eefcbc37c9b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page