{"id":21873874,"url":"https://github.com/acadevmy/redis-patterns-console","last_synced_at":"2026-03-06T07:31:27.122Z","repository":{"id":36410927,"uuid":"220263764","full_name":"acadevmy/redis-patterns-console","owner":"acadevmy","description":"An interactive (and reactive) console to try and go into the deep of Redis and its patterns!","archived":false,"fork":false,"pushed_at":"2023-09-24T17:36:53.000Z","size":2313,"stargazers_count":23,"open_issues_count":21,"forks_count":48,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T01:13:01.542Z","etag":null,"topics":["angular","nodejs","patterns","redis","redis-client","redis-server","rxjs","typescript","websocket"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acadevmy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-11-07T15:06:18.000Z","updated_at":"2024-01-10T06:31:49.000Z","dependencies_parsed_at":"2025-04-15T01:13:02.823Z","dependency_job_id":"ecfed59e-58f6-44ef-8edb-12907c6cda50","html_url":"https://github.com/acadevmy/redis-patterns-console","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/acadevmy/redis-patterns-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acadevmy%2Fredis-patterns-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acadevmy%2Fredis-patterns-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acadevmy%2Fredis-patterns-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acadevmy%2Fredis-patterns-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acadevmy","download_url":"https://codeload.github.com/acadevmy/redis-patterns-console/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acadevmy%2Fredis-patterns-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30165617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"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":["angular","nodejs","patterns","redis","redis-client","redis-server","rxjs","typescript","websocket"],"created_at":"2024-11-28T07:09:48.548Z","updated_at":"2026-03-06T07:31:27.080Z","avatar_url":"https://github.com/acadevmy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REDIS PATTERNS CONSOLE\n## An interactive (and reactive) console to try and go into the deep of [Redis](https://redis.io/) and its patterns!\n\nWith _Redis Patterns Console_ you can try and walk through the most important features of [Redis](https://redis.io/).  \nVisit [https://acadevmy.github.io/redis-patterns-console](https://acadevmy.github.io/redis-patterns-console) and enjoy it!\n\n_Redis Patterns Console_ is an interactive (and reactive) console, written in Angular, with some useful features:\n\n- _Step by Step_ Patterns panel, with integrated command execution and detection of contextual official [Redis doc](https://github.com/antirez/redis-doc);\n- Command-line and history of Redis Server responses;\n- Command list (divided by categories) and detection of contextual official [Redis doc](https://github.com/antirez/redis-doc);\n- Interactive Command suggestion;\n- Isolated Client sessions.\n\n![redis-patterns-console](https://acadevmy.it/redis-patterns-console.gif \"Redis Patterns Console\")\n\n_Redis Patterns Console_ is inspired by [Try-Redis](https://try.redis.io/) project.\n\n### Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n### Contribute\nIf you wish to contribute please read [CONTRIBUTING.md](https://github.com/acadevmy/redis-patterns-console/blob/master/CONTRIBUTING.md) file.\nThanks for your future contributions!\n\n#### TODO Roadmap:\n- SASS refactoring (global and components);\n- Architectures Modules improvements;\n- Statefull Component improvements;\n- Stateless Components refactoring and improvements;\n- Continuous refactoring;\n- Blacklist Enum; [TBD]\n- Increase GitHub API calls (with GitHub login) to 5000 (per token);\n- Everythings you notice! 🙏\n\n\u0026nbsp;\n\n### ⚙️ Redis WebSocket Server (NodeJS) ⚙️\n[_Redis WebSocket Server_](https://github.com/acadevmy/Redis-websocket-server) is a simple NodeJS script used as a bridge to interact with [Redis Server](https://redis.io/) via WebSocket.\n_Redis Patterns Console_ uses [_Redis WebSocket Server_](https://github.com/acadevmy/Redis-websocket-server) to communicate between [Redis Server](https://redis.io/) and Angular SPA.\n\nVisit our repo on GitHub:  \n[https://github.com/acadevmy/Redis-websocket-server](https://github.com/acadevmy/Redis-websocket-server)\n\n### 📖 Redis Patterns Cookbook 📖\n\nFurthermore, you can visit [_REDIS Patterns Cookbook repository_](https://github.com/acadevmy/redis-patterns-cookbook) and read some of the most common patterns of [Redis](https://redis.io/), the greatest _in memory database_.\n\n\u0026nbsp;\n\nMaintained with ❤️ by [Acadevmy](https://www.acadevmy.it/intro)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facadevmy%2Fredis-patterns-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facadevmy%2Fredis-patterns-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facadevmy%2Fredis-patterns-console/lists"}