{"id":21672508,"url":"https://github.com/redis-developer/redis-streams-with-dotnet","last_synced_at":"2025-05-08T21:44:10.331Z","repository":{"id":104844008,"uuid":"452367996","full_name":"redis-developer/redis-streams-with-dotnet","owner":"redis-developer","description":"Example applications use Redis Streams with various .NET libraries","archived":false,"fork":false,"pushed_at":"2022-01-26T17:17:14.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-08T21:44:00.424Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redis-developer.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":"2022-01-26T17:13:44.000Z","updated_at":"2024-09-17T09:59:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9f9b1ee-1597-4f59-a588-6d65514ac4be","html_url":"https://github.com/redis-developer/redis-streams-with-dotnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fredis-streams-with-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fredis-streams-with-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fredis-streams-with-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fredis-streams-with-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redis-developer","download_url":"https://codeload.github.com/redis-developer/redis-streams-with-dotnet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253154001,"owners_count":21862442,"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-11-25T13:29:45.008Z","updated_at":"2025-05-08T21:44:10.319Z","avatar_url":"https://github.com/redis-developer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis Streams With .NET Examples\n\nThis repo contains three example projects using Redis streams with .NET\n\n* Using the [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) Library - [RedisStreamsWithStackExchange](/RedisStreamsStackExchange)\n* Using the [ServiceStack.Redis](https://github.com/ServiceStack/ServiceStack.Redis) Library - [StreamsWithServicestack](/StreamsWithServicestack)\n* Using the [CSRedis](https://github.com/2881099/csredis) - [StreamsWithCSRedis](/StreamsWithCSRedis)\n\nThese projects are meant to provide basica example of preforming reads and writes to a Redis Stream using the various libraries, as well as things like creating consuemr groups and acknowleding messages from redis.\n\n## Running Redis\n\nThere are many ways to run Redis, if you are looking to get into production a good option might be to use the [Redis Cloud](https://app.redislabs.com/#/), however for development it may just be easiest to use docker:\n\n```bash\ndocker run -p 6379:6379\n```\n\n## Running the apps\n\nEach of the apps can be run using the `dotnet run` command, you can either change directories into the directory where the app is and run `dotnet run` or you can use the `--project` option to specify which project you want to run, e.g.\n\n```bash\ndotnet run --project .\\RedisStreamsStackExchange\\RedisStreamsStackExchange.csproj\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis-developer%2Fredis-streams-with-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredis-developer%2Fredis-streams-with-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis-developer%2Fredis-streams-with-dotnet/lists"}