reids-json-storage 0.2.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

reidsjsonstorage 0.2.0

redis-json-storage==================.. image:: https://travis-ci.org/appstore-zencore/rjs.svg?branch=master :target: https://travis-ci.org/appstore-zencore/rjsReids json storage. Store json data as hashmap in redis.Install-------:: pip install redis-json-storageClass & Methods-----1. redis_json_storage.JsonStorage a. update b. get c. delete d. delete_fieldExample-----:: 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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.