{"id":25307001,"url":"https://github.com/daniellarsennz/azurecacheredisclient","last_synced_at":"2026-05-08T17:40:34.832Z","repository":{"id":42527541,"uuid":"465145721","full_name":"DanielLarsenNZ/AzureCacheRedisClient","owner":"DanielLarsenNZ","description":"A Redis client library that incorporates best practices for Azure Cache for Redis.","archived":false,"fork":false,"pushed_at":"2022-04-01T08:31:48.000Z","size":60,"stargazers_count":1,"open_issues_count":11,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-29T03:09:32.824Z","etag":null,"topics":["azure","azure-cache-redis","microsoft","redis","redis-client"],"latest_commit_sha":null,"homepage":"","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/DanielLarsenNZ.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":"2022-03-02T03:40:30.000Z","updated_at":"2022-04-01T07:33:43.000Z","dependencies_parsed_at":"2022-09-12T10:30:13.736Z","dependency_job_id":null,"html_url":"https://github.com/DanielLarsenNZ/AzureCacheRedisClient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DanielLarsenNZ/AzureCacheRedisClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielLarsenNZ%2FAzureCacheRedisClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielLarsenNZ%2FAzureCacheRedisClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielLarsenNZ%2FAzureCacheRedisClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielLarsenNZ%2FAzureCacheRedisClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielLarsenNZ","download_url":"https://codeload.github.com/DanielLarsenNZ/AzureCacheRedisClient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielLarsenNZ%2FAzureCacheRedisClient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32791200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["azure","azure-cache-redis","microsoft","redis","redis-client"],"created_at":"2025-02-13T10:53:52.804Z","updated_at":"2026-05-08T17:40:34.811Z","avatar_url":"https://github.com/DanielLarsenNZ.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Cache for Redis Client\n\nAzure Cache for Redis client for .NET 6.0.\n\n## Getting started\n\n\u003e For a more detailed example see [RedisCacheTests.cs](src\\AzureCacheRedisClientTests\\RedisCacheTests.cs).\n\n```csharp\nvar cache = new RedisCache(connectionString);\n\nvar item = new TestItem { Name = \"foo\", Value = \"bar\" };\n\n// Set cache item\nawait cache.Set(\"foobar1\", item, TimeSpan.FromSeconds(90));\n\n// Get cached item\nvar cachedItem = await cache.Get\u003cTestItem\u003e(\"foobar1\");\n\n// Deletes a specified key from the cache.\nawait cache.Delete(\"foobar1\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniellarsennz%2Fazurecacheredisclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniellarsennz%2Fazurecacheredisclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniellarsennz%2Fazurecacheredisclient/lists"}