{"id":31027225,"url":"https://github.com/yukirii/mruby-redis-cluster","last_synced_at":"2025-09-13T18:57:57.472Z","repository":{"id":146213129,"uuid":"166153728","full_name":"yukirii/mruby-redis-cluster","owner":"yukirii","description":"A mruby client library for Redis Cluster based on matsumotory/mruby-redis","archived":false,"fork":false,"pushed_at":"2019-04-16T02:00:14.000Z","size":54,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-10-26T11:21:48.319Z","etag":null,"topics":["mruby","mruby-gem","redis-client","redis-cluster"],"latest_commit_sha":null,"homepage":"","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/yukirii.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-01-17T03:26:29.000Z","updated_at":"2023-09-17T02:50:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c8cb399-3f95-48aa-a3ca-7c28eabf4486","html_url":"https://github.com/yukirii/mruby-redis-cluster","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/yukirii/mruby-redis-cluster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fmruby-redis-cluster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fmruby-redis-cluster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fmruby-redis-cluster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fmruby-redis-cluster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yukirii","download_url":"https://codeload.github.com/yukirii/mruby-redis-cluster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fmruby-redis-cluster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275013269,"owners_count":25390481,"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-09-13T02:00:10.085Z","response_time":70,"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":["mruby","mruby-gem","redis-client","redis-cluster"],"created_at":"2025-09-13T18:57:52.650Z","updated_at":"2025-09-13T18:57:57.439Z","avatar_url":"https://github.com/yukirii.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mruby-redis-cluster   [![Build Status](https://travis-ci.org/yukirii/mruby-redis-cluster.svg?branch=master)](https://travis-ci.org/yukirii/mruby-redis-cluster)\n\nmruby-redis-cluster is a mruby client library for [Redis Cluster](https://redis.io/topics/cluster-spec) based on [matsumotory/mruby-redis](https://github.com/matsumotory/mruby-redis/).\n\n## INSTALLATION\n\n#### Using mrbgems\n\nAdd conf.gem line to `build_config.rb`:\n\n```ruby\nMRuby::Build.new do |conf|\n\n  # ... (snip) ...\n\n  conf.gem :github =\u003e 'yukirii/mruby-redis-cluster'\nend\n```\n\n## USAGE\n\n### Connecting to a Redis Cluster\n\n```ruby\nstartup_nodes = [\n  { host: '127.0.0.1', port: 7000 },\n  { host: '127.0.0.1', port: 7001 }\n]\nrc = RedisCluster.new(startup_nodes)\n```\n\n### Commands\n\n#### `Redis#expire` [doc](http://redis.io/commands/expire)\n\n```ruby\nclient.expire key, 10\n```\n\n#### `Redis#get` [doc](http://redis.io/commands/get)\n\n```ruby\nclient.get \"key\"\n```\n\n#### `Redis#set` [doc](http://redis.io/commands/set)\n\n```ruby\nclient.set key, \"200\"\n```\n\n## License\n\n[MIT](https://github.com/yukirii/mruby-redis-cluster/blob/master/LICENSE)\n\n## Authors\n\nThe RedisCluster client and RedisClusterCRC16 module in mruby-redis-cluster based on [antirez/redis-rb-cluster](https://github.com/antirez/redis-rb-cluster).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukirii%2Fmruby-redis-cluster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukirii%2Fmruby-redis-cluster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukirii%2Fmruby-redis-cluster/lists"}