{"id":24041077,"url":"https://github.com/imperugo/stackexchange.redis.extensions","last_synced_at":"2025-05-14T13:07:01.539Z","repository":{"id":25478267,"uuid":"28909038","full_name":"imperugo/StackExchange.Redis.Extensions","owner":"imperugo","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-21T08:47:12.000Z","size":6159,"stargazers_count":618,"open_issues_count":39,"forks_count":176,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-05-11T15:15:23.189Z","etag":null,"topics":["c-sharp","cache","caching","dotnet","redis","redis-cache","redis-client","stackexchange"],"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/imperugo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null},"funding":{"github":["imperugo"],"custom":["http://www.tostring.it"]}},"created_at":"2015-01-07T10:03:06.000Z","updated_at":"2025-05-10T19:14:58.000Z","dependencies_parsed_at":"2024-06-18T17:08:48.871Z","dependency_job_id":"1f3f5904-80b1-4ccf-98df-5c94ef99d7f0","html_url":"https://github.com/imperugo/StackExchange.Redis.Extensions","commit_stats":{"total_commits":431,"total_committers":49,"mean_commits":8.795918367346939,"dds":0.2853828306264501,"last_synced_commit":"faae0f46236a2ac0cf699d6a3c7796ee9c67acc9"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imperugo%2FStackExchange.Redis.Extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imperugo%2FStackExchange.Redis.Extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imperugo%2FStackExchange.Redis.Extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imperugo%2FStackExchange.Redis.Extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imperugo","download_url":"https://codeload.github.com/imperugo/StackExchange.Redis.Extensions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149955,"owners_count":22022851,"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":["c-sharp","cache","caching","dotnet","redis","redis-cache","redis-client","stackexchange"],"created_at":"2025-01-08T21:39:59.680Z","updated_at":"2025-05-14T13:06:56.522Z","avatar_url":"https://github.com/imperugo.png","language":"C#","funding_links":["https://github.com/sponsors/imperugo","http://www.tostring.it"],"categories":[],"sub_categories":[],"readme":"**StackExchange.Redis.Extensions** is a library that extends [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) allowing you a set of functionality needed by common applications. The library is signed and completely compatible with the **.NET Standard 2.0, .NET Framework 4.6.2+, .NET 8.0+** \n\n\n\nThe idea of this library is to make easier your live when you need to send / receive objects into Redis, in fact it wraps what the main library [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) offers but serializing and deserializing your objects.\n\n- Here the list of the most asked features:\n- Add and retrieve complex object from and to Redis;\n- Store and retrieve multiple object with a single request;\n- Pub/Sub events;\n- Support to Hash methods (https://redis.io/commands/hset);\n- Sort methods (https://redis.io/commands/sort);\n- List methods (https://redis.io/commands/lpush);\n- Support for multiple database;\n- Search Keys into Redis;\n- Retrieve Redis Server information;\n- Async methods;\n- Connection pooling;\n- Auto purge connections;\n- SetPop;\n- Profiling Session Provider;\n\n\n\n[Documentation](doc/README.md) is composed of articles and guidance detailing how to get the most out of StackExchange.Redis.Extensions\n\n\n\n### Release\n\n![.NET Core](https://github.com/imperugo/StackExchange.Redis.Extensions/actions/workflows/dotnetcore.yml/badge.svg)\n\nLatest release is available on NuGet.\n\n| Channel                  | Status                                                       |\n| ------------------------ | ------------------------------------------------------------ |\n| Nuget (Core)             | [![NuGet Status](http://img.shields.io/nuget/v/StackExchange.Redis.Extensions.Core.svg?style=flat)](https://www.nuget.org/packages/StackExchange.Redis.Extensions.Core/) |\n| Nuget (Json.NET)         | [![NuGet Status](http://img.shields.io/nuget/v/StackExchange.Redis.Extensions.Newtonsoft.svg?style=flat)](https://www.nuget.org/packages/StackExchange.Redis.Extensions.Newtonsoft/) |\n| Nuget (MsgPack)          | [![NuGet Status](http://img.shields.io/nuget/v/StackExchange.Redis.Extensions.MsgPack.svg?style=flat)](https://www.nuget.org/packages/StackExchange.Redis.Extensions.MsgPack/) |\n| Nuget (Protobuf)         | [![NuGet Status](http://img.shields.io/nuget/v/StackExchange.Redis.Extensions.Protobuf.svg?style=flat)](https://www.nuget.org/packages/StackExchange.Redis.Extensions.Protobuf/) |\n| Nuget (UTF8Json)         | [![NuGet Status](http://img.shields.io/nuget/v/StackExchange.Redis.Extensions.Utf8Json.svg?style=flat)](https://www.nuget.org/packages/StackExchange.Redis.Extensions.Utf8Json/) |\n| Nuget (System.Text.Json) | [![NuGet Status](http://img.shields.io/nuget/v/StackExchange.Redis.Extensions.System.Text.Json.svg?style=flat)](https://www.nuget.org/packages/StackExchange.Redis.Extensions.System.Text.Json/) |\n\n\n\n### Q\u0026A\n\nFor questions or issues do not hesitate to [raise an issue](https://github.com/imperugo/StackExchange.Redis.Extensions/issues/new/choose) or [get in touch](https://twitter.com/imperugo).\n\n### Contributing\n\nThanks to all the people who already contributed!\n\n\u003ca href=\"https://github.com/imperugo/StackExchange.Redis.Extensions/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=imperugo/StackExchange.Redis.Extensions\" /\u003e\n\u003c/a\u003e\n\n### License\nStackExchange.Redis is Copyright ©  [Ugo Lattanzi](https://www.linkedin.com/in/imperugo/) and other contributors under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimperugo%2Fstackexchange.redis.extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimperugo%2Fstackexchange.redis.extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimperugo%2Fstackexchange.redis.extensions/lists"}