{ "info": { "author": "zencore", "author_email": "dobetter@zencore.cn", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "redis-json-storage\n==================\n\n.. image:: https://travis-ci.org/appstore-zencore/rjs.svg?branch=master\n :target: https://travis-ci.org/appstore-zencore/rjs\n\nReids json storage. Store json data as hashmap in redis.\n\nInstall\n-------\n\n::\n\n pip install redis-json-storage\n\nClass & Methods\n-----\n\n1. redis_json_storage.JsonStorage\n\n a. update\n b. get\n c. delete\n d. delete_field\n\n\nExample\n-----\n\n::\n\n from redis_json_storage import JsonStorage\n\n connection = make_redis_connect(config)\n storage = JsonStorage(connection)\n data1 = {\n \"a\": 1,\n \"b\": 2,\n }\n storage.update(data1)\n data2 = {\n \"b\": 3,\n \"c\": 4,\n }\n storage.update(data2)\n data3 = storage.get(key)\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/appstore-zencore/redis-json-storage", "keywords": "reids-json-storage", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "reids-json-storage", "package_url": "https://pypi.org/project/reids-json-storage/", "platform": "", "project_url": "https://pypi.org/project/reids-json-storage/", "project_urls": { "Homepage": "https://github.com/appstore-zencore/redis-json-storage" }, "release_url": "https://pypi.org/project/reids-json-storage/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Redis json stroage.", "version": "0.2.0" }, "last_serial": 3747406, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "8b070e9cf24019b2b2d46d877ecbaf50", "sha256": "51efc86affa1c4f5983df8a8e2e4056bf9b4312e88c945da807dbab544666b84" }, "downloads": -1, "filename": "reids-json-storage-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8b070e9cf24019b2b2d46d877ecbaf50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2419, "upload_time": "2018-04-09T03:48:49", "url": "https://files.pythonhosted.org/packages/25/e0/4638c63c3dbd800449607bda26cb73772e337cc6853c1398eefcbc37c9b0/reids-json-storage-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b070e9cf24019b2b2d46d877ecbaf50", "sha256": "51efc86affa1c4f5983df8a8e2e4056bf9b4312e88c945da807dbab544666b84" }, "downloads": -1, "filename": "reids-json-storage-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8b070e9cf24019b2b2d46d877ecbaf50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2419, "upload_time": "2018-04-09T03:48:49", "url": "https://files.pythonhosted.org/packages/25/e0/4638c63c3dbd800449607bda26cb73772e337cc6853c1398eefcbc37c9b0/reids-json-storage-0.2.0.tar.gz" } ] }