{ "info": { "author": "Pedro Ten", "author_email": "pedroten@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\nStoneRedis\n===============================\n\n.. image:: https://img.shields.io/pypi/v/stoneredis.svg\n :target: https://pypi.python.org/pypi/stoneredis\n\n.. image:: https://img.shields.io/travis/stoneworksolutions/stoneredis.svg\n :target: https://travis-ci.org/stoneworksolutions/stoneredis\n\n.. image:: https://readthedocs.org/projects/stoneredis/badge/?version=latest\n :target: https://readthedocs.org/projects/stoneredis/?badge=latest\n :alt: Documentation Status\n\n\nRedis client based on redis-py client with some added features\n\n* Free software: ISC license\n* Documentation: https://stoneredis.readthedocs.org.\n\nFeatures\n--------\n\n* Fully compatible with redis-py implementation\n* Added some convenient features:\n+ Multi lpop: Pops multiple elements from a queue in an atomic way\n+ Multi rpush: Pushes multiple elements to a list. If bulk_size is set it will execute the pipeline every bulk_size elements. This operation will be atomic if transaction=True is passed\n+ Multi rpush limit: Pushes multiple elements to a list in an atomic way until it reaches certain size. Once limit is reached, the function will lpop the oldest elements. This operation runs in LUA, so is always atomic\n\n\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2015-12-13)\n------------------\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stoneworksolutions/stoneredis", "keywords": "stoneredis", "license": "ISCL", "maintainer": "", "maintainer_email": "", "name": "stoneredis-test", "package_url": "https://pypi.org/project/stoneredis-test/", "platform": "", "project_url": "https://pypi.org/project/stoneredis-test/", "project_urls": { "Homepage": "https://github.com/stoneworksolutions/stoneredis" }, "release_url": "https://pypi.org/project/stoneredis-test/0.6.1/", "requires_dist": null, "requires_python": "", "summary": "Redis client based on redis-py client with some added features", "version": "0.6.1" }, "last_serial": 2223237, "releases": { "0.6.1": [ { "comment_text": "", "digests": { "md5": "775cb19da9f98647843bb9a61e23d027", "sha256": "a7b3d0c669b9376d9c13cb7dc7cf27036c1dea9183484fc4086700a97fce1b2f" }, "downloads": -1, "filename": "stoneredis_test-0.6.1.tar.gz", "has_sig": false, "md5_digest": "775cb19da9f98647843bb9a61e23d027", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13634, "upload_time": "2016-07-15T13:41:16", "url": "https://files.pythonhosted.org/packages/f0/49/9a0999fd16497624fdbc3c19ba5e0b2131eaad23efca6f5cb0bed2a39253/stoneredis_test-0.6.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "775cb19da9f98647843bb9a61e23d027", "sha256": "a7b3d0c669b9376d9c13cb7dc7cf27036c1dea9183484fc4086700a97fce1b2f" }, "downloads": -1, "filename": "stoneredis_test-0.6.1.tar.gz", "has_sig": false, "md5_digest": "775cb19da9f98647843bb9a61e23d027", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13634, "upload_time": "2016-07-15T13:41:16", "url": "https://files.pythonhosted.org/packages/f0/49/9a0999fd16497624fdbc3c19ba5e0b2131eaad23efca6f5cb0bed2a39253/stoneredis_test-0.6.1.tar.gz" } ] }