{"id":20381600,"url":"https://github.com/douglasmoraisdev/redis_nameko","last_synced_at":"2026-05-11T09:50:37.532Z","repository":{"id":211454176,"uuid":"283563968","full_name":"douglasmoraisdev/redis_nameko","owner":"douglasmoraisdev","description":"Redis dependency for Nameko Framework","archived":false,"fork":false,"pushed_at":"2021-10-19T15:29:58.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T07:38:24.476Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/douglasmoraisdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-07-29T17:41:15.000Z","updated_at":"2020-07-29T17:50:31.000Z","dependencies_parsed_at":"2023-12-08T16:50:53.320Z","dependency_job_id":null,"html_url":"https://github.com/douglasmoraisdev/redis_nameko","commit_stats":null,"previous_names":["douglasmoraisdev/redis_nameko"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglasmoraisdev%2Fredis_nameko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglasmoraisdev%2Fredis_nameko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglasmoraisdev%2Fredis_nameko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglasmoraisdev%2Fredis_nameko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/douglasmoraisdev","download_url":"https://codeload.github.com/douglasmoraisdev/redis_nameko/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241933600,"owners_count":20044742,"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":[],"created_at":"2024-11-15T02:14:27.831Z","updated_at":"2026-05-11T09:50:32.494Z","avatar_url":"https://github.com/douglasmoraisdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis Nameko\n\nLib para utilizar Redis no framework Nameko.\n\n\n## Instalação\nAdicionar ao `requirements.txt` do projeto:\n\n```\ngit+https://github.com/douglasmoraisdev/redis_nameko.git#egg=redis_nameko\n```\n\nOU manualmente com PIP:\n```bash\n$ pip install git+https://github.com/douglasmoraisdev/redis_nameko.git#egg=redis_nameko\n```\n\n\n\n## Configuração\nA Lib utiliza `o arquivo config.yml` para sua configuração. As mesmas podem ser encontradas no arquivo 'sample.config.yml'.\n\n```yml\nREDIS_HOST: 'localhost' # Host Redis\nREDIS_PORT: 6379 # Porta\nREDIS_DB: 0 # DB\nREDIS_PASS : '123456123456ddx123' # Senha(opcional)\n\n```\n\n## Importação e uso\nPara utilizar o log basta importar o objeto `redis_nameko` da package e utilizar como uma dependencia no serviço.\n\n## Métodos\n\n### zrank(zkey: str, payload: dict)\nRealiza um ZRANK na chave especificada com o payload.\nRetorna None caso não encontre correspendencia\n\n### zrank(zkey: str, payload: dict)\nRealiza um ZADD na chave especificada com o payload\n\n### zrem(zkey: str, payload: dict)\nRealiza um ZREM na chave especificada com o payload\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouglasmoraisdev%2Fredis_nameko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdouglasmoraisdev%2Fredis_nameko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouglasmoraisdev%2Fredis_nameko/lists"}