{ "info": { "author": "Volodymyr Sergeyev", "author_email": "vova.sergeyev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "miniredis-python\n================\n\nLightweight redis client in python\n\nInspired by https://github.com/stulentsev/miniredis-ruby\n\nUsage:\n\n import miniredis\n \n cli = miniredis.MiniRedis() # host/port can be set here\n \n cli.set('a', 1)\n cli.get('a')\n\n cli.sadd('b', 1, 2, 3)\n cli.smembers('b')", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/vsergeyev/miniredis-python", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/vsergeyev/miniredis-python", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "miniredis", "package_url": "https://pypi.org/project/miniredis/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/miniredis/", "project_urls": { "Download": "http://github.com/vsergeyev/miniredis-python", "Homepage": "http://github.com/vsergeyev/miniredis-python" }, "release_url": "https://pypi.org/project/miniredis/0.1/", "requires_dist": null, "requires_python": null, "summary": "A lightweight 20-lines redis client", "version": "0.1" }, "last_serial": 446440, "releases": { "0.1": [] }, "urls": [] }