{"id":18087896,"url":"https://github.com/delano/uri-redis","last_synced_at":"2025-07-04T09:33:20.590Z","repository":{"id":927464,"uuid":"694689","full_name":"delano/uri-redis","owner":"delano","description":"URI support for Redis connection settings","archived":false,"fork":false,"pushed_at":"2024-06-15T19:25:52.000Z","size":58,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T03:32:02.498Z","etag":null,"topics":["dev","redis","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/uri-redis","language":"Ruby","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/delano.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2010-05-31T00:16:57.000Z","updated_at":"2024-06-15T19:21:51.000Z","dependencies_parsed_at":"2024-05-03T02:50:20.338Z","dependency_job_id":"fc496fc2-4d90-4c91-83f6-0019e8fdfce3","html_url":"https://github.com/delano/uri-redis","commit_stats":{"total_commits":24,"total_committers":4,"mean_commits":6.0,"dds":0.5,"last_synced_commit":"7c2c6a7a8e25ea8e7ff161b51810b5c8dc3b74a6"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delano%2Furi-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delano%2Furi-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delano%2Furi-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delano%2Furi-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delano","download_url":"https://codeload.github.com/delano/uri-redis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248656351,"owners_count":21140681,"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":["dev","redis","ruby"],"created_at":"2024-10-31T17:09:23.974Z","updated_at":"2025-04-13T02:26:16.245Z","avatar_url":"https://github.com/delano.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URI-Redis v1.3 (2024-06-15)\n\nCreates a URI object for Redis URLs.\n\ne.g.\n\n    redis://host:port/dbindex\n\n## Usage\n\n```ruby\n    require 'uri/redis'\n\n    conf = URI.parse 'redis://localhost:4380/2'\n    conf.scheme               # =\u003e \"redis\"\n    conf.host                 # =\u003e localhost\n    conf.port                 # =\u003e 4380\n    conf.db                   # =\u003e 2\n    conf.to_s                 # =\u003e redis://localhost:4380/2\n```\n\n### SSL Support\n\nSSL is supported by using the `rediss` scheme. Note: SSL support is only available in Redis (Server) 6.0 and later and via redis-rb 4.7 and later.\n\n```ruby\n    require 'uri/redis'\n\n    conf = URI.parse 'rediss://localhost:4380/2'\n    conf.scheme               # =\u003e \"rediss\"\n    conf.to_s                 # =\u003e rediss://localhost:4380/2\n```\n\n\n## Installation\n\nGet it in one of the following ways:\n\n* `gem install uri-redis`\n* `git clone git@github.com:delano/uri-redis.git`\n\n\n## About\n\n* [Github](https://github.com/delano/uri-redis)\n\n\n## License\n\nSee LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelano%2Furi-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelano%2Furi-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelano%2Furi-redis/lists"}