Redis json stroage.
Project description
rjs
===
.. image:: https://travis-ci.org/appstore-zencore/rjs.svg?branch=master
:target: https://travis-ci.org/appstore-zencore/rjs
Reids json storage.
Install
-------
::
pip install rjs
Class & Methods
-----
1. rjs.JsonStorage
a. update
b. get
c. delete
d. delete_field
Example
-----
::
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)
===
.. image:: https://travis-ci.org/appstore-zencore/rjs.svg?branch=master
:target: https://travis-ci.org/appstore-zencore/rjs
Reids json storage.
Install
-------
::
pip install rjs
Class & Methods
-----
1. rjs.JsonStorage
a. update
b. get
c. delete
d. delete_field
Example
-----
::
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)
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
rjs-0.1.1.tar.gz
(2.3 kB
view details)
File details
Details for the file rjs-0.1.1.tar.gz
.
File metadata
- Download URL: rjs-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | baa29dba89c0f8e21b019da3bd787263f0f35d1aa90c56215587242bb92e2fb3 |
|
MD5 | 87cd550984b6965017f6fd831d16c9fc |
|
BLAKE2b-256 | 53679dcee5f4d4140100223be014097cd4921ef21d067943a91d8bbb8fe95b58 |