{ "info": { "author": "Alexandr Lispython", "author_email": "alex@obout.ru", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Internet", "Topic :: Software Development :: Libraries" ], "description": "Welcome to django_redis_dashboard's documentation!\n==================================================\n\ndjango_redis_dashboard application for monitoring redis servers which\nused by application.\n\n\nUsage\n-----\n\n\n\n\n\nINSTALLATION\n------------\n\n1. To use django_redis_dashboard use pip or easy_install:\n\n`pip install django_redis_dashboard`\n\nor\n\n`easy_install django_redis_dashboard`\n\n\n2. Add redis_dashboard to your ``INSTALLED_APPS`` setting::\n\n INSTALLED_APPS = (\n # ...\n 'redis_dashboard',\n )\n\n\n3. Add the urls to your url configuration::\n\n urlpatterns = patterns('',\n # ...\n (r'^redis-dashboard/', include('redis-dashboard.urls')),\n )\n4. Configure you redis servers::\n\n REDIS = {\n 'default': {\n\t 'HOST': '127.0.0.1',\n 'PORT': 6379,\n 'DB': 2\n\t\t },\n 'slave': {\n\t\t 'HOST': '127.0.0.1',\n 'PORT': 6378,\n\t\t\t\t 'DB': 3\n }\n }\n\n\nCONTRIBUTE\n----------\n\nFork https://github.com/Lispython/django-redis-dashboard/ , create commit and pull request.\n\n\nSEE ALSO\n--------\n\n- `python pypi`_.\n\n.. _`python pypi`: http://pypi.python.org", "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/lispython/django-redis-dashboard", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "redis_dashboard", "package_url": "https://pypi.org/project/redis_dashboard/", "platform": "Linux,Mac", "project_url": "https://pypi.org/project/redis_dashboard/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lispython/django-redis-dashboard" }, "release_url": "https://pypi.org/project/redis_dashboard/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Python empty package", "version": "0.0.3" }, "last_serial": 798660, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "c110b0983835667f9c0bb3c9d4957eb1", "sha256": "531e2bdda4df4a0df7c9cb8851b101d142d6a53f02e90127926e48dc66964414" }, "downloads": -1, "filename": "redis_dashboard-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c110b0983835667f9c0bb3c9d4957eb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3046, "upload_time": "2012-05-01T16:16:25", "url": "https://files.pythonhosted.org/packages/4b/6c/6f2e063a8fe0584bbbbe0fc3c2c110a5004221af616c5bc58f5acc13cb0e/redis_dashboard-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "f9c308688f445449ca97ff4602b1a13e", "sha256": "957033f3c7d63c4edb8a82898b5edc207f39e847013523868ddcd8870e3fdaa1" }, "downloads": -1, "filename": "redis_dashboard-0.0.3.tar.gz", "has_sig": false, "md5_digest": "f9c308688f445449ca97ff4602b1a13e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5730, "upload_time": "2012-05-10T09:46:20", "url": "https://files.pythonhosted.org/packages/f5/0e/cae8e31d7adcfc63751ca8d13d2b8180feb2f53e98c4e1fc7fcb9bd4c86d/redis_dashboard-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f9c308688f445449ca97ff4602b1a13e", "sha256": "957033f3c7d63c4edb8a82898b5edc207f39e847013523868ddcd8870e3fdaa1" }, "downloads": -1, "filename": "redis_dashboard-0.0.3.tar.gz", "has_sig": false, "md5_digest": "f9c308688f445449ca97ff4602b1a13e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5730, "upload_time": "2012-05-10T09:46:20", "url": "https://files.pythonhosted.org/packages/f5/0e/cae8e31d7adcfc63751ca8d13d2b8180feb2f53e98c4e1fc7fcb9bd4c86d/redis_dashboard-0.0.3.tar.gz" } ] }