{"id":26792791,"url":"https://github.com/lekhana3003/python-redis","last_synced_at":"2025-03-29T16:17:39.006Z","repository":{"id":232038092,"uuid":"783298776","full_name":"lekhana3003/python-redis","owner":"lekhana3003","description":"A reimplementation of redis in pure python","archived":false,"fork":false,"pushed_at":"2024-04-10T17:17:17.000Z","size":695,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-10T20:18:38.583Z","etag":null,"topics":["python","python-service","redis","redis-server","reimplementation","socket-programming"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lekhana3003.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-07T14:04:01.000Z","updated_at":"2024-04-08T10:02:28.000Z","dependencies_parsed_at":"2024-04-10T18:00:55.895Z","dependency_job_id":null,"html_url":"https://github.com/lekhana3003/python-redis","commit_stats":null,"previous_names":["lekhana3003/python-redis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lekhana3003%2Fpython-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lekhana3003%2Fpython-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lekhana3003%2Fpython-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lekhana3003%2Fpython-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lekhana3003","download_url":"https://codeload.github.com/lekhana3003/python-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207504,"owners_count":20740723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","python-service","redis","redis-server","reimplementation","socket-programming"],"created_at":"2025-03-29T16:17:38.364Z","updated_at":"2025-03-29T16:17:38.976Z","avatar_url":"https://github.com/lekhana3003.png","language":"Python","readme":"\n\n\u003ch3 align=\"center\"\u003ePython Redis: A reimplementation of redis in pure python\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n\n[//]: # (\u003ca href=\"https://github.com/laixintao/iredis/actions\"\u003e\u003cimg src=\"https://github.com/laixintao/iredis/workflows/Test/badge.svg\" alt=\"Github Action\"\u003e\u003c/a\u003e)\n\n[//]: # (\u003ca href=\"https://badge.fury.io/py/iredis\"\u003e\u003cimg src=\"https://badge.fury.io/py/iredis.svg\" alt=\"PyPI version\"\u003e\u003c/a\u003e)\n   \n[//]: # (\u003ca href=\"https://pepy.tech/project/iredis\"\u003e\u003cimg src=\"https://pepy.tech/badge/iredis\" alt=\"Download stats\"\u003e\u003c/a\u003e)\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n      \u003cimg src=\"https://badgen.net/badge/python/3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11\" alt=\"Python version\"\u003e\n \u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"License MIT\"\u003e\n      \n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./resources/demo2.gif\" width=\"800\" height=\"400\" alt=\"demo\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n    \u003ca href=\"#how-to-use\"\u003eHow to Use\u003c/a\u003e •\n    \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e •\n    \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e •\n    \u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\n\n\u003c/p\u003e\n\n# Python-Redis \n\nPython-Redis is a Python reimplementation of Redis, a popular in-memory data structure store used as a database, cache. Python-Redis aims to provide similar functionality to Redis while being written entirely in Python, making it easier to understand, modify, and extend.\n\n## Features\n\n- **Commands**: Python-Redis supports currently support all basic commands, allowing users to store and retrieve data efficiently.\n\n- **Redis Client Compatibility**: Python-Redis can be connected to using any Redis client that supports the Redis protocol. This ensures compatibility with existing Redis clients and libraries.\n\n## Run Locally\n\nTo start using Python-Redis, follow these simple steps:\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/lekhana3003/python-redis.git\n   ```\n\n2. Navigate to the project directory:\n   ```\n   cd python-redis\n   ```\n\n3. Run the Python-Redis server:\n   ```\n   ./spawn-redis-server.sh --port \u003cport\u003e\n   ```\n\n4. Connect to Python-Redis using a Redis client of your choice, specifying the host and port where Python-Redis is running.\n\nNote: Used [iredis](https://github.com/laixintao/iredis) for demo \n\n## Deployment\n\nbuild the image\n\n```bash\n  docker build -t redis-server .\n```\nstart the container\n\n```bash\n docker run -d --name redis redis-server\n```\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to Python-Redis, please follow these guidelines:\n\n- Fork the repository.\n- Create a new branch for your feature or bug fix.\n- Make your changes.\n- Write tests for your changes.\n- Ensure all tests pass.\n- Submit a pull request.\n\n## License\n\nPython-Redis is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nIf you have any questions, suggestions, or issues, please feel free to contact me at [lekhanag.3003@gmail.com](mailto:lekhanag.3003@gmail.com).\n\n---\n\nPython-Redis is a project by [Lekhana Ganji](https://github.com/lekhana3003).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flekhana3003%2Fpython-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flekhana3003%2Fpython-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flekhana3003%2Fpython-redis/lists"}