{"id":18086210,"url":"https://github.com/shibayan/rediscacheclient","last_synced_at":"2025-04-06T00:43:32.494Z","repository":{"id":20479993,"uuid":"23757932","full_name":"shibayan/RedisCacheClient","owner":"shibayan","description":"RedisCacheClient is a compatible ObjectCache client for .NET Standard","archived":false,"fork":false,"pushed_at":"2022-06-27T09:19:09.000Z","size":32,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T06:57:01.719Z","etag":null,"topics":[],"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/shibayan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"shibayan","custom":"paypal.me/shibayan"}},"created_at":"2014-09-07T11:00:26.000Z","updated_at":"2022-06-27T09:19:12.000Z","dependencies_parsed_at":"2022-07-31T21:18:01.135Z","dependency_job_id":null,"html_url":"https://github.com/shibayan/RedisCacheClient","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2FRedisCacheClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2FRedisCacheClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2FRedisCacheClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2FRedisCacheClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shibayan","download_url":"https://codeload.github.com/shibayan/RedisCacheClient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419815,"owners_count":20936012,"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":[],"created_at":"2024-10-31T16:07:17.216Z","updated_at":"2025-04-06T00:43:32.475Z","avatar_url":"https://github.com/shibayan.png","language":"C#","funding_links":["https://github.com/sponsors/shibayan","paypal.me/shibayan"],"categories":[],"sub_categories":[],"readme":"# RedisCacheClient\n\n![Build](https://github.com/shibayan/RedisCacheClient/workflows/Build/badge.svg)\n[![License](https://img.shields.io/github/license/shibayan/RedisCacheClient)](https://github.com/shibayan/RedisCacheClient/blob/master/LICENSE)\n[![Downloads](https://img.shields.io/nuget/dt/RedisCacheClient)](https://www.nuget.org/packages/RedisCacheClient/)\n\nRedisCacheClient is a compatible ObjectCache client for .NET Standard\n\n## NuGet Package\n\nPackage Name | Target Framework | NuGet\n---|---|---\nRedisCacheClient | .NET Standard 2.0 | [![NuGet](https://img.shields.io/nuget/v/RedisCacheClient)](https://www.nuget.org/packages/RedisCacheClient/)\n\n## Install\n\n```\nInstall-Package RedisCacheClient\n```\n\n```\ndotnet add package RedisCacheClient\n```\n\n## Usage\n\n```csharp\nvar cache = new RedisCache(\"localhost\");\n\ncache.Set(\"foo\", \"bar\", ObjectCache.InfiniteAbsoluteExpiration);\n\ncache.Set(\"baz\", 123, DateTimeOffset.Now.AddSeconds(10));\n\nvar results = cache.GetValues(new[] { \"foo\", \"baz\" });\n\nforeach (var item in results)\n{\n    Console.WriteLine(\"{0} - {1}\", item.Key, item.Value);\n}\n```\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/shibayan/RedisCacheClient/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshibayan%2Frediscacheclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshibayan%2Frediscacheclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshibayan%2Frediscacheclient/lists"}