{ "info": { "author": "AWeber Communications", "author_email": "api@aweber.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "sprockets.clients.redis\n=======================\nBase functionality for accessing/modifying data in Redis. Currently\nthere is only support for interacting with Redis servers in a sharded\nmanner.\n\nThat is to say, there are multiple Redis servers we are distributing reads\nand writes among them based on a consistent hash of the key value we're\noperating on. This is also known as \"Client Side Partitioning\".\n\nMore information about setting up or managing Redis in this manner\ncan be found on the Redis documentation website: http://redis.io/topics/partitioning\n\n|Version| |Downloads| |Status| |Coverage| |License|\n\nInstallation\n------------\n``sprockets.clients.redis`` is available on the\n`Python Package Index `_\nand can be installed via ``pip`` or ``easy_install``:\n\n.. code:: bash\n\n pip install sprockets.clients.redis\n\nDocumentation\n-------------\nhttp://sprockets-clients-redis.readthedocs.org/en/latest/\n\nRequirements\n------------\n.. include:: requirements.txt\n\nExample\n-------\nThis examples demonstrates how to use a sharded Redis connection\nin ``sprockets.clients.redis`` by ...\n\n.. code:: python\n\n import os\n from sprockets import clients.redis\n\n os.environ['REDIS_URI'] = 'redis://localhost/'\n\n shard = clients.redis.ShardedRedisConnection()\n\n shard.set('foo', 1)\n value = shard.get('foo')\n shard.delete('foo')\n\n\nVersion History\n---------------\nAvailable at http://sprockets-clients-redis.readthedocs.org/en/latest/history.html\n\n.. |Version| image:: https://badge.fury.io/py/sprockets.clients.redis.svg?\n :target: http://badge.fury.io/py/sprockets.clients.redis\n\n.. |Status| image:: https://travis-ci.org/sprockets/sprockets.clients.redis.svg?branch=master\n :target: https://travis-ci.org/sprockets/sprockets.clients.redis\n\n.. |Coverage| image:: https://img.shields.io/coveralls/sprockets/sprockets.clients.redis.svg?\n :target: https://coveralls.io/r/sprockets/sprockets.clients.redis\n\n.. |Downloads| image:: https://pypip.in/d/sprockets.clients.redis/badge.svg?\n :target: https://pypi.python.org/pypi/sprockets.clients.redis\n\n.. |License| image:: https://pypip.in/license/sprockets.clients.redis/badge.svg?\n :target: http://sprockets-clients-redis.readthedocs.org/en/latest/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sprockets/sprockets.clients.redis.git", "keywords": null, "license": "Copyright (c) 2014 AWeber Communications\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n * Neither the name of Sprockets nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\nADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "sprockets.clients.redis", "package_url": "https://pypi.org/project/sprockets.clients.redis/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sprockets.clients.redis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sprockets/sprockets.clients.redis.git" }, "release_url": "https://pypi.org/project/sprockets.clients.redis/2.0.0/", "requires_dist": null, "requires_python": null, "summary": "Base functionality for accessing/modifying data in Redis", "version": "2.0.0" }, "last_serial": 1602386, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "f7267ba4fb19210b100993735e71be67", "sha256": "dc0966429b529c1186d5e1ff401938b0d98db3101b71efcd1e53b3de0d9419e8" }, "downloads": -1, "filename": "sprockets.clients.redis-0.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f7267ba4fb19210b100993735e71be67", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8441, "upload_time": "2015-03-31T17:33:57", "url": "https://files.pythonhosted.org/packages/01/f1/21840607a635dba34c9265b12ed56bfdf5f4bb2764a2f56f5a9478a7d913/sprockets.clients.redis-0.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b0e08c097bd803941b3b7f2e3bf6fa89", "sha256": "7f2b996c637a757dba309bfe8bf8e35c2e14eef5867ebe036dda184a73aff3e4" }, "downloads": -1, "filename": "sprockets.clients.redis-0.0.0.tar.gz", "has_sig": false, "md5_digest": "b0e08c097bd803941b3b7f2e3bf6fa89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8234, "upload_time": "2015-03-31T17:33:54", "url": "https://files.pythonhosted.org/packages/f1/8f/e5ccaba783a7bb20da21a62effc0dfa44df5cc0992476f52c95c37487637/sprockets.clients.redis-0.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c2d9cf48f76b61bcae5438b5aca61234", "sha256": "763f5bb84f49aa5d058d76dfb37d075ff8dbd6b50caed7571d7b1416ac9bfd8c" }, "downloads": -1, "filename": "sprockets.clients.redis-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c2d9cf48f76b61bcae5438b5aca61234", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8432, "upload_time": "2015-04-30T19:24:09", "url": "https://files.pythonhosted.org/packages/c4/3e/189bcfcc4655524b8bb676195cef8b997c07961ec7baf0b93a0d963e658a/sprockets.clients.redis-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e4739090b8b49baff8ad9cb8e1c19b5", "sha256": "1adf6782e600b57e44f28366d0563a29b8677d85dd6f55e9e9e072519c7bd312" }, "downloads": -1, "filename": "sprockets.clients.redis-1.0.1.tar.gz", "has_sig": false, "md5_digest": "0e4739090b8b49baff8ad9cb8e1c19b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8288, "upload_time": "2015-04-30T19:24:06", "url": "https://files.pythonhosted.org/packages/86/32/c3aa3132198e8943d937de1b0825c6e451113e6e7b66f8cb0cc7d7eaf547/sprockets.clients.redis-1.0.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "1230b6cf68e5c00123e9405f1ff84ee3", "sha256": "9afffeeefc9aa12a433a4540710a441574e60e0d201d11f6255056c121238770" }, "downloads": -1, "filename": "sprockets.clients.redis-1.2.0.tar.gz", "has_sig": false, "md5_digest": "1230b6cf68e5c00123e9405f1ff84ee3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8595, "upload_time": "2015-05-18T19:25:07", "url": "https://files.pythonhosted.org/packages/6f/63/3ff43a41ee49e17bad39a7e485f92414f417f81db68331af5e60670494a2/sprockets.clients.redis-1.2.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "384c9d53426629801a096f43c6c10a27", "sha256": "a84944e9633bbc42b1967a50ca325ce7776a05ebb3764248646f8662d6001012" }, "downloads": -1, "filename": "sprockets.clients.redis-2.0.0.tar.gz", "has_sig": false, "md5_digest": "384c9d53426629801a096f43c6c10a27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8636, "upload_time": "2015-06-22T21:53:37", "url": "https://files.pythonhosted.org/packages/0e/1d/d27dc4c470978daf0753b12bbc40fae9802164e370e69541b9c8b4b4c5df/sprockets.clients.redis-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "384c9d53426629801a096f43c6c10a27", "sha256": "a84944e9633bbc42b1967a50ca325ce7776a05ebb3764248646f8662d6001012" }, "downloads": -1, "filename": "sprockets.clients.redis-2.0.0.tar.gz", "has_sig": false, "md5_digest": "384c9d53426629801a096f43c6c10a27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8636, "upload_time": "2015-06-22T21:53:37", "url": "https://files.pythonhosted.org/packages/0e/1d/d27dc4c470978daf0753b12bbc40fae9802164e370e69541b9c8b4b4c5df/sprockets.clients.redis-2.0.0.tar.gz" } ] }