{"id":21565266,"url":"https://github.com/sandeepkv93/webappwithrediscache","last_synced_at":"2025-03-18T05:17:52.907Z","repository":{"id":75506920,"uuid":"529732785","full_name":"sandeepkv93/WebAppWithRedisCache","owner":"sandeepkv93","description":"Simple Example of how Redis cache and InMemory Cache can be used in a ASP.NET Core Web API Project","archived":false,"fork":false,"pushed_at":"2022-08-28T19:21:19.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T11:44:48.809Z","etag":null,"topics":["asp-net-core","inmemory-cache","redis-cache","stackexchange-redis"],"latest_commit_sha":null,"homepage":"","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/sandeepkv93.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-08-28T01:15:54.000Z","updated_at":"2022-08-28T16:51:28.000Z","dependencies_parsed_at":"2023-06-06T17:00:28.713Z","dependency_job_id":null,"html_url":"https://github.com/sandeepkv93/WebAppWithRedisCache","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/sandeepkv93%2FWebAppWithRedisCache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeepkv93%2FWebAppWithRedisCache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeepkv93%2FWebAppWithRedisCache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeepkv93%2FWebAppWithRedisCache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandeepkv93","download_url":"https://codeload.github.com/sandeepkv93/WebAppWithRedisCache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244160055,"owners_count":20408021,"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":["asp-net-core","inmemory-cache","redis-cache","stackexchange-redis"],"created_at":"2024-11-24T10:19:02.755Z","updated_at":"2025-03-18T05:17:52.882Z","avatar_url":"https://github.com/sandeepkv93.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Overview\n- This is an example Web App to demonstrate the use of Dotnet Core InMemoryCaching and using a distributed caching system \"Redis\".\n- In this example, we run the redis cluster locally using Docker.\n- For fetching the current weather, this App uses the OpenWeather APIs: https://openweathermap.org/\n- We are creating a new Attribute class which also implements an `IAsyncActionFilter` interface to intercepts the requests and serve it from cache if it is present in cache. Else, this also caches the response which is used in subsequent API calls.\n\n### Running Redis Cluster via docker locally\ndocker run -p 6379:6379 --name redis-master -e REDIS_REPLICATION_MODE=master -e ALLOW_EMPTY_PASSWORD=yes bitnami/redis:latest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandeepkv93%2Fwebappwithrediscache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandeepkv93%2Fwebappwithrediscache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandeepkv93%2Fwebappwithrediscache/lists"}