{ "info": { "author": "holger krekel", "author_email": "holger at merlinux.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Utilities" ], "description": "fsredis\n=======\n\nfsredis is a Python module offering limited parts of the Python\nredis API, and persisting to the filesystem.\n\nTo get started::\n\n pip install fsredis\n\nand then on the interactive python prompt::\n\n >>> from fsredis import FSRedis\n >>> redis = FSRedis(datadir)\n >>> redis.set(\"hello\", \"world\")\n >>> redis.get(\"hello\")\n world\n\nhopefully you have completion and can check for more operations :)\n\nThere is some support for:\n\n- key/val: get/set/del\n- hashsets: hget/hset/hgetall/hexists/hmset\n- sets: sadd/smembers/srem\n\nThese operations are tested both with the original Redis\nAPI and the FSRedis api on Python26, python26 and Python33.\n\nI welcome pull requests to fix things or add operations\nif they are tested.\n\n\ncopyright: Holger Krekel 2013, License: MIT", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/hpk42/fsredis", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "fsredis", "package_url": "https://pypi.org/project/fsredis/", "platform": "unix,linux,osx,cygwin,win32", "project_url": "https://pypi.org/project/fsredis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/hpk42/fsredis" }, "release_url": "https://pypi.org/project/fsredis/0.4/", "requires_dist": null, "requires_python": null, "summary": "fsredis: in-process redis api, persisting to file system.", "version": "0.4" }, "last_serial": 726963, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "c35e3a9fed51218e99d2172d7b2a1d92", "sha256": "a8327a96add22585fc6eb99982721154f341955d8ac2b8850b3313c9c7a942de" }, "downloads": -1, "filename": "fsredis-0.3.tar.gz", "has_sig": false, "md5_digest": "c35e3a9fed51218e99d2172d7b2a1d92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2242, "upload_time": "2013-05-15T14:18:26", "url": "https://files.pythonhosted.org/packages/88/ee/886fff23b1a2e75186be77db04d574a9e246d7c81f092017b60c62181611/fsredis-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "410423504440acb42751b5c496ab7870", "sha256": "4799bc0de8823b9bae4c2e21f415e87d3ace9485c6ca4520b68143403f927e53" }, "downloads": -1, "filename": "fsredis-0.4.tar.gz", "has_sig": false, "md5_digest": "410423504440acb42751b5c496ab7870", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3252, "upload_time": "2013-05-15T17:04:58", "url": "https://files.pythonhosted.org/packages/69/47/bc520aebad9c9514f442debfb320a12d32f5d4416540e6ea010859d4fb6c/fsredis-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "410423504440acb42751b5c496ab7870", "sha256": "4799bc0de8823b9bae4c2e21f415e87d3ace9485c6ca4520b68143403f927e53" }, "downloads": -1, "filename": "fsredis-0.4.tar.gz", "has_sig": false, "md5_digest": "410423504440acb42751b5c496ab7870", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3252, "upload_time": "2013-05-15T17:04:58", "url": "https://files.pythonhosted.org/packages/69/47/bc520aebad9c9514f442debfb320a12d32f5d4416540e6ea010859d4fb6c/fsredis-0.4.tar.gz" } ] }