{"id":28289202,"url":"https://github.com/bilbolprime/redis-pub-sub","last_synced_at":"2026-04-28T12:02:05.709Z","repository":{"id":212312673,"uuid":"730819398","full_name":"bilbolPrime/redis-pub-sub","owner":"bilbolPrime","description":"A simple multi-layered cache pub sub redis implementation","archived":false,"fork":false,"pushed_at":"2023-12-13T14:39:46.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T15:42:38.321Z","etag":null,"topics":["memory-cache","multi-level-cache","redis","redis-cache","redis-pubsub","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bilbolPrime.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-12T18:36:47.000Z","updated_at":"2023-12-13T16:40:12.000Z","dependencies_parsed_at":"2023-12-13T16:29:25.824Z","dependency_job_id":"0fc85a56-4d4f-4ffa-846b-3e44f958833d","html_url":"https://github.com/bilbolPrime/redis-pub-sub","commit_stats":null,"previous_names":["bilbolprime/redis-pub-sub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bilbolPrime/redis-pub-sub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilbolPrime%2Fredis-pub-sub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilbolPrime%2Fredis-pub-sub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilbolPrime%2Fredis-pub-sub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilbolPrime%2Fredis-pub-sub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bilbolPrime","download_url":"https://codeload.github.com/bilbolPrime/redis-pub-sub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bilbolPrime%2Fredis-pub-sub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["memory-cache","multi-level-cache","redis","redis-cache","redis-pubsub","stackexchange-redis"],"created_at":"2025-05-22T00:14:28.999Z","updated_at":"2026-04-28T12:02:05.703Z","avatar_url":"https://github.com/bilbolPrime.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-Layered Caching Redis Pub Sub\n\nA simple multi-layered caching Redis pub sub implementation. Clients use memory cache and fall back to a cenetralized redis cache when the memory cache is not set. The clients also subscribe to redis to clear the memory cache should cache be cleared or set / updated.\n\n# Environment Setup\n\n1. Install [Redis for windows](https://github.com/tporadowski/redis/releases)\n1. Install [StackExchange.Redis](https://www.nuget.org/packages/StackExchange.Redis)\n\n\n# App Settings Setup\n\n1. Assign the connection string to redis section\n\n## API \n\n1. `~/cache` GET takes `key` as query param and returns the cached object if any.\n\n2. `~/cache` DELETE takes `key` and `byPattern` as query params to delete a cache key or all keys matching the regex expression should `byPattern` be set to true.\n\n3. `~/cache` POST takes `key` and `minutes` as query params and an object as body content to set the cache.\n\n# Version History\n\n1. 2023-12-13: Initial release v1.0.0 \n\n# Disclaimer\n\nThis implementation was made for educational / training purposes only.\n\n# License\n\nLicense is [MIT](https://en.wikipedia.org/wiki/MIT_License)\n\n# MISC\n\nBirbia is coming\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilbolprime%2Fredis-pub-sub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilbolprime%2Fredis-pub-sub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilbolprime%2Fredis-pub-sub/lists"}