{"id":37043669,"url":"https://github.com/devrexlabs/models.redis","last_synced_at":"2026-01-14T05:01:19.025Z","repository":{"id":15849643,"uuid":"18589801","full_name":"DevrexLabs/Models.Redis","owner":"DevrexLabs","description":"A redis clone","archived":false,"fork":false,"pushed_at":"2016-09-27T23:04:00.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-02T10:06:33.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/DevrexLabs.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}},"created_at":"2014-04-09T08:01:50.000Z","updated_at":"2019-04-29T19:22:59.000Z","dependencies_parsed_at":"2022-09-24T05:01:02.429Z","dependency_job_id":null,"html_url":"https://github.com/DevrexLabs/Models.Redis","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DevrexLabs/Models.Redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevrexLabs%2FModels.Redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevrexLabs%2FModels.Redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevrexLabs%2FModels.Redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevrexLabs%2FModels.Redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevrexLabs","download_url":"https://codeload.github.com/DevrexLabs/Models.Redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevrexLabs%2FModels.Redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28410074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":[],"created_at":"2026-01-14T05:01:18.219Z","updated_at":"2026-01-14T05:01:18.917Z","avatar_url":"https://github.com/DevrexLabs.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecated!\n\nThe RedisModel is now included in OrigoDb.Core\nhttps://github.com/devrexlabs/origodb\n\nModels.Redis\n============\nA redis clone for OrigoDB implemented in C#. Uses OrigoDB for persistence and transaction\ngaurantees. The basic commands for keys, strings, lists, sets, hashes and sorted sets are implemented.\n\nThe implementation is a single class, RedisModel. Redis commands correspond to methods with\nroughly the same name, signatures and behavior.  See the docs http://redis.io/commands\n\n\n## Example\n\n```csharp\n   //create transparent persistence proxy using command logging (AOF)\n   var db = Db.For\u003cRedisModel\u003e();\n   \n   //call methods on the proxy\n   db.SAdd(\"fruit\", \"banana\");\n   db.SAdd(\"fruit\", \"apple\");\n   int actual = db.SCard(\"fruit\");\n   \n   //Set cardinality should be 2\n   Assert.AreEqual(2,actual);\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrexlabs%2Fmodels.redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrexlabs%2Fmodels.redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrexlabs%2Fmodels.redis/lists"}