{"id":20690753,"url":"https://github.com/levsh/siderpy","last_synced_at":"2025-08-23T22:09:13.765Z","repository":{"id":158362294,"uuid":"258466384","full_name":"levsh/siderpy","owner":"levsh","description":"Python asyncio Redis client library","archived":false,"fork":false,"pushed_at":"2023-03-26T12:09:29.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T10:17:12.714Z","etag":null,"topics":["asyncio","asyncio-redis","python","python3","redis-client"],"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/levsh.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,"publiccode":null,"codemeta":null}},"created_at":"2020-04-24T09:27:05.000Z","updated_at":"2022-11-13T11:21:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"0bd76d36-e221-4bbd-ad60-f3fcdfdbf09b","html_url":"https://github.com/levsh/siderpy","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levsh%2Fsiderpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levsh%2Fsiderpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levsh%2Fsiderpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levsh%2Fsiderpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levsh","download_url":"https://codeload.github.com/levsh/siderpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242952424,"owners_count":20211821,"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":["asyncio","asyncio-redis","python","python3","redis-client"],"created_at":"2024-11-16T23:14:09.760Z","updated_at":"2025-03-11T01:23:38.920Z","avatar_url":"https://github.com/levsh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SiderPy\n\nMinimalistic Python asyncio Redis client library\n\n![tests](https://github.com/levsh/siderpy/workflows/tests/badge.svg)\n[![Documentation Status](https://readthedocs.org/projects/siderpy/badge/?version=latest)](https://siderpy.readthedocs.io/en/latest/?badge=latest)\n      \n## Installation\n\nhiredis support\n```bash\n    pip install git+https://github.com/levsh/siderpy.git#egg=siderpy[hiredis]\n```\n\nor pure python\n```bash\n  $ pip install git+https://github.com/levsh/siderpy.git\n```\n\n## Examples\n\n```python\nIn [1]: import siderpy                                                                                                                                                                                \n\nIn [2]: redis = siderpy.Redis('redis://localhost:6379')                                                                                                                                                   \n\nIn [3]: await redis.select(1)                                                                                                                                                                           \nOut[3]: b'OK'\n\nIn [4]: await redis.set('key', 'value')                                                                                                                                                                 \nOut[4]: b'OK'\n\nIn [5]: await redis.get('key')                                                                                                                                                                          \nOut[5]: b'value'\n\nIn [6]: await redis.close()\n```\n\n## Documentation\n\n[`siderpy.readthedocs.io`](https://siderpy.readthedocs.io/en/latest/)\n\n\n## Benchmark\n\nBenchmark test available at [`github workflow actions`](https://github.com/levsh/siderpy/actions?query=workflow%3Atests+branch%3Amaster)\nstep `Benchmark`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevsh%2Fsiderpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevsh%2Fsiderpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevsh%2Fsiderpy/lists"}