{"id":18492306,"url":"https://github.com/makevoid/redijson","last_synced_at":"2026-05-06T13:02:20.406Z","repository":{"id":136508323,"uuid":"63170393","full_name":"makevoid/redijson","owner":"makevoid","description":"small library to use redis as JSON datastore for objects (serialized in json via Oj)","archived":false,"fork":false,"pushed_at":"2016-07-12T15:37:43.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T01:59:06.530Z","etag":null,"topics":["db","json","lib","library","redis","serializer"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/makevoid.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-12T15:37:14.000Z","updated_at":"2018-02-08T04:02:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a2855e9-7a19-43ac-a6c3-9a3f5b5b8b8f","html_url":"https://github.com/makevoid/redijson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/makevoid/redijson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fredijson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fredijson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fredijson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fredijson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makevoid","download_url":"https://codeload.github.com/makevoid/redijson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fredijson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32694980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["db","json","lib","library","redis","serializer"],"created_at":"2024-11-06T13:07:03.952Z","updated_at":"2026-05-06T13:02:20.398Z","avatar_url":"https://github.com/makevoid.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RediJson\n\nsmall library to use redis + arbitrary objects (serialized in json)\n\n\n# API / Usage\n\nstrings\n\n```rb\nR[:foo] # nil\nR[:foo] = \"bar\"\nR[:foo] # bar\n```\n\nand more!\n\n```rb\nR[:foo] = [\"f\", \"o\", \"o\"]\n\nR[:foo] # [\"f\", \"o\", \"o\"]\n```\n\nAs you can see, it serializes and deserializes JSON arrays, and...\n\n```rb\nR[:foo] = { foo: \"bar\" }\n\nR[:foo] # { foo: \"bar\" }\n```\n\n...objects\n\n\nand the implementation is really few lines of code, because it's composing two simple things, redis and json together!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakevoid%2Fredijson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakevoid%2Fredijson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakevoid%2Fredijson/lists"}