rjs 0.1.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

rjs 0.1.2

rjs===.. image:: https://travis-ci.org/appstore-zencore/rjs.svg?branch=master :target: https://travis-ci.org/appstore-zencore/rjsReids json storage.Install-------:: pip install rjsClass & Methods-----1. rjs.JsonStorage a. update b. get c. delete d. delete_fieldExample-----:: from rjs 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.