{"id":20845763,"url":"https://github.com/urbanos-public/divo_redis","last_synced_at":"2026-04-10T22:47:29.820Z","repository":{"id":57490671,"uuid":"178602212","full_name":"UrbanOS-Public/divo_redis","owner":"UrbanOS-Public","description":"A pre-configured docker-compose stack for a redis cluster for integration testing with Divo","archived":false,"fork":false,"pushed_at":"2023-05-19T19:48:10.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-11T06:23:53.952Z","etag":null,"topics":["docker","elixir","redis","testing-framework"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/divo_redis/readme.html","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UrbanOS-Public.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}},"created_at":"2019-03-30T19:26:18.000Z","updated_at":"2023-05-17T18:00:46.000Z","dependencies_parsed_at":"2023-07-13T08:28:13.503Z","dependency_job_id":null,"html_url":"https://github.com/UrbanOS-Public/divo_redis","commit_stats":null,"previous_names":["smartcitiesdata/divo_redis"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/UrbanOS-Public/divo_redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UrbanOS-Public%2Fdivo_redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UrbanOS-Public%2Fdivo_redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UrbanOS-Public%2Fdivo_redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UrbanOS-Public%2Fdivo_redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UrbanOS-Public","download_url":"https://codeload.github.com/UrbanOS-Public/divo_redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UrbanOS-Public%2Fdivo_redis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267293761,"owners_count":24065321,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","elixir","redis","testing-framework"],"created_at":"2024-11-18T02:13:52.362Z","updated_at":"2025-12-12T00:15:47.356Z","avatar_url":"https://github.com/UrbanOS-Public.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Master](https://travis-ci.org/smartcitiesdata/divo_redis.svg?branch=master)](https://travis-ci.org/smartcitiesdata/divo_redis)\n[![Hex.pm Version](http://img.shields.io/hexpm/v/divo_redis.svg?style=flat)](https://hex.pm/packages/divo_redis)\n\n# Divo Redis\n\nA library implementing the Divo Stack behaviour, providing a pre-configured redis\nvia docker-compose for integration testing Elixir apps. The cluster is a\nsingle-node redis compose stack that neither requires (nor accepts) no further configuration.\n\nRequires inclusion of the Divo library in your mix project.\n\n## Installation\n\nThe package can be installed by adding `divo_redis` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:divo, \"~\u003e 2.0.0\"},\n    {:divo_redis, \"~\u003e 1.0.0\"}\n  ]\nend\n```\n\n## Use\n\nIn your Mix environment exs file (i.e. config/integration.exs), include the following:\n```elixir\nconfig :myapp,\n  divo: [\n    {DivoRedis, []}\n  ]\n```\n\nIn your integration test specify that you want to use Divo:\n```elixir\nuse Divo\n...\n```\n\nThe resulting stack will create a single-node Redis instance exposing port 6379\nto the host.\n\n### Configuration\n\nDivoRedis takes no configuration.\n\nSee [Divo GitHub](https://github.com/smartcitiesdata/divo) or [Divo Hex Documentation](https://hexdocs.pm/divo) for more instructions on using and configuring the Divo library.\nSee [antirez/redis](https://github.com/antirez/redis) for further documentation on using\nand configuring the features of these images.\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/divo_redis](https://hexdocs.pm/divo_redis).\n\n\n## License\nReleased under [Apache 2 license](https://github.com/smartcitiesdata/divo_redis/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furbanos-public%2Fdivo_redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furbanos-public%2Fdivo_redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furbanos-public%2Fdivo_redis/lists"}