{ "info": { "author": "Andy McCurdy", "author_email": "sedrik@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "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", "Programming Language :: Python :: 3.6" ], "description": "yedis\n========\n\nThe Python interface to the Redis key-value store, extended to support additional features from YugaByteDB.\n\nThis has been forked from https://github.com/andymccurdy/redis-py and is intended to be\nused against the YEDIS API end point of YugaByteDB. This client also supports additional\ncommands (such as the time-series related commands) for use against YugaByte DB that\nare not part of the official Redis API.\n\nPlease refer to `YugaByte DB docs `_ for reference.\n\n\nInstallation\n------------\n\nyedis requires a running YugaByteDB instance listening on the YEDIS end point, or a normal Redis server. See `YugaByteDB quickstart `_ or `Redis's quickstart\n`_ for installation instructions.\n\nTo install yedis, simply:\n\n.. code-block:: bash\n\n $ sudo pip install yedis\n\nor alternatively (you really should be using pip though):\n\n.. code-block:: bash\n\n $ sudo easy_install yedis\n\nor from source:\n\n.. code-block:: bash\n\n $ sudo python setup.py install\n\n\nGetting Started\n---------------\n\n.. code-block:: pycon\n\n >>> import redis\n >>> r = redis.StrictRedis(host='localhost', port=6379, db=0)\n >>> r.set('foo', 'bar')\n True\n >>> r.get('foo')\n 'bar'\n\nBy default, all responses are returned as `bytes` in Python 3 and `str` in\nPython 2. The user is responsible for decoding to Python 3 strings or Python 2\nunicode objects.\n\nIf **all** string responses from a client should be decoded, the user can\nspecify `decode_responses=True` to `StrictRedis.__init__`. In this case, any\nRedis command that returns a string type will be decoded with the `encoding`\nspecified.\n\nAPI Reference\n-------------\nPlease refer to `YugaByte API Refernce `_ for details on\nthe commmands that Yugabyte's YEDIS end point supports.\nFor other use cases, the `official Redis command documentation `_ does a\ngreat job of explaining each command in detail.\n\nyedis is forked off redis-py, please refer to\nhttps://github.com/andymccurdy/redis-py for the details of the implementation and limitations.\n\nAuthor\n^^^^^^\n\nyedis is based on a fork of redis-py, extended to support the additional\ncommands for use against YugaByteDB's YEDIS API end point.\n\nredis-py is developed and maintained by Andy McCurdy (sedrik@gmail.com).\nIt can be found here: http://github.com/andymccurdy/redis-py\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/YugaByte/yb-redis-py", "keywords": "YugaByte,YugaByteDB,Yedis,Redis,key-value store", "license": "MIT", "maintainer": "Amitanand Aiyer", "maintainer_email": "amitanand@yugabyte.com", "name": "yedis", "package_url": "https://pypi.org/project/yedis/", "platform": "", "project_url": "https://pypi.org/project/yedis/", "project_urls": { "Homepage": "https://github.com/YugaByte/yb-redis-py" }, "release_url": "https://pypi.org/project/yedis/2.10.6.0/", "requires_dist": [ "hiredis (>=0.1.3); extra == 'hiredis'" ], "requires_python": "", "summary": "Python client for Redis key-value store, extended to support additional features from YugaByteDB", "version": "2.10.6.0" }, "last_serial": 4445739, "releases": { "2.10.6.0": [ { "comment_text": "", "digests": { "md5": "49d0b1d501539331ce6f35c3dfec7ddf", "sha256": "7fddc15e412a7e0a02e7017b95dc87b6dffae4cb1c9df34093c800f1e6f0a91f" }, "downloads": -1, "filename": "yedis-2.10.6.0-py2.7.egg", "has_sig": false, "md5_digest": "49d0b1d501539331ce6f35c3dfec7ddf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 331624, "upload_time": "2018-11-02T18:58:33", "url": "https://files.pythonhosted.org/packages/1f/11/92233cef60df3d3306d4405c8241ae5a8d668d9cf9b1555c70021678ddbb/yedis-2.10.6.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2a8427f27ef9c82b262380583f120811", "sha256": "d1a552ab5e2c49c6b0461b35ceb767d0a92b2401db7a9d2b25a8200737069a84" }, "downloads": -1, "filename": "yedis-2.10.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2a8427f27ef9c82b262380583f120811", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 138409, "upload_time": "2018-11-02T18:58:30", "url": "https://files.pythonhosted.org/packages/bc/00/d966014ea4772ea702b12d377290f525892a0489efea873e6530929ae0e5/yedis-2.10.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "599b54ece2e8a0e5337d8058da666fc3", "sha256": "2b52a64ed998e7a0fd6572989834285d7348916c96e3425502767aff5fa93a77" }, "downloads": -1, "filename": "yedis-2.10.6.0.tar.gz", "has_sig": false, "md5_digest": "599b54ece2e8a0e5337d8058da666fc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79042, "upload_time": "2018-11-02T18:58:34", "url": "https://files.pythonhosted.org/packages/33/1d/64c9fd5b4735e71f613a0149b5b0f83cf7e9296a21d79748b37f8108bf94/yedis-2.10.6.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49d0b1d501539331ce6f35c3dfec7ddf", "sha256": "7fddc15e412a7e0a02e7017b95dc87b6dffae4cb1c9df34093c800f1e6f0a91f" }, "downloads": -1, "filename": "yedis-2.10.6.0-py2.7.egg", "has_sig": false, "md5_digest": "49d0b1d501539331ce6f35c3dfec7ddf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 331624, "upload_time": "2018-11-02T18:58:33", "url": "https://files.pythonhosted.org/packages/1f/11/92233cef60df3d3306d4405c8241ae5a8d668d9cf9b1555c70021678ddbb/yedis-2.10.6.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2a8427f27ef9c82b262380583f120811", "sha256": "d1a552ab5e2c49c6b0461b35ceb767d0a92b2401db7a9d2b25a8200737069a84" }, "downloads": -1, "filename": "yedis-2.10.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2a8427f27ef9c82b262380583f120811", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 138409, "upload_time": "2018-11-02T18:58:30", "url": "https://files.pythonhosted.org/packages/bc/00/d966014ea4772ea702b12d377290f525892a0489efea873e6530929ae0e5/yedis-2.10.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "599b54ece2e8a0e5337d8058da666fc3", "sha256": "2b52a64ed998e7a0fd6572989834285d7348916c96e3425502767aff5fa93a77" }, "downloads": -1, "filename": "yedis-2.10.6.0.tar.gz", "has_sig": false, "md5_digest": "599b54ece2e8a0e5337d8058da666fc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79042, "upload_time": "2018-11-02T18:58:34", "url": "https://files.pythonhosted.org/packages/33/1d/64c9fd5b4735e71f613a0149b5b0f83cf7e9296a21d79748b37f8108bf94/yedis-2.10.6.0.tar.gz" } ] }