{"id":15582970,"url":"https://github.com/uselessscat/redis-test","last_synced_at":"2026-04-09T01:31:25.253Z","repository":{"id":52460448,"uuid":"208894740","full_name":"uselessscat/redis-test","owner":"uselessscat","description":"Prueba de redis","archived":false,"fork":false,"pushed_at":"2023-02-06T23:17:40.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T11:29:57.022Z","etag":null,"topics":["backend","expressjs","nodejs","redis"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/uselessscat.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-16T20:45:41.000Z","updated_at":"2021-04-28T14:37:47.000Z","dependencies_parsed_at":"2025-03-04T07:15:29.642Z","dependency_job_id":"3e2660c3-afc6-4ab6-8167-78610cc2f568","html_url":"https://github.com/uselessscat/redis-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uselessscat/redis-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uselessscat%2Fredis-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uselessscat%2Fredis-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uselessscat%2Fredis-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uselessscat%2Fredis-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uselessscat","download_url":"https://codeload.github.com/uselessscat/redis-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uselessscat%2Fredis-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["backend","expressjs","nodejs","redis"],"created_at":"2024-10-02T20:03:10.689Z","updated_at":"2026-04-09T01:31:25.232Z","avatar_url":"https://github.com/uselessscat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Prueba Redis\n\n## Iniciar el proyecto\nPara inicializar el proyecto usar:\n\n`docker run -it --rm -v ${PWD}/src:/src -w /src node:10.16.3-buster npm init`\n\nluego, para instalar express.js\n\n`docker run -it --rm -v ${PWD}/src:/src -w /src node:10.16.3-buster npm install express --save`\n\n\nCrear app.js con\n\n``` js\nvar express = require('express');\nvar app = express();\n\napp.get('/', function (req, res) {\n  res.send('Hello World!');\n});\n\napp.listen(3000, function () {\n  console.log('Example app listening on port 3000!');\n});\n```\n\nLuego para correr el servidor de prueba (en el puerto 3005) ejecutar:\n\n`docker run -itd -v ${PWD}/src:/src -w /src -p 3005:3000 node:10.16.3-buster node app.js`\n\nDetener el contenedor luego de ver el _Hello world_ en el navegador\n\n## Configurar servicios\n\nConfigurar luego docker compose. Ver `docker-compose.yml`.\n\n## Instalar dependencias\n\nInstalar el cliente de redis:\n\n`docker run -it --rm -v ${PWD}/src:/src -w /src node:10.16.3-buster npm install redis`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuselessscat%2Fredis-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuselessscat%2Fredis-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuselessscat%2Fredis-test/lists"}