{"id":38477103,"url":"https://github.com/arunesh90/http-redis","last_synced_at":"2026-01-17T05:22:23.960Z","repository":{"id":48181664,"uuid":"233453084","full_name":"arunesh90/http-redis","owner":"arunesh90","description":"Small HTTP API server for Redis, with built-in compression. Great for serverless environments","archived":false,"fork":false,"pushed_at":"2021-04-27T18:00:45.000Z","size":66,"stargazers_count":17,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-25T16:39:10.373Z","etag":null,"topics":["api","brotli","compression","docker","http","keydb","redis","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/arunesh90.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}},"created_at":"2020-01-12T20:21:13.000Z","updated_at":"2025-09-27T11:20:32.000Z","dependencies_parsed_at":"2022-09-15T19:20:57.598Z","dependency_job_id":null,"html_url":"https://github.com/arunesh90/http-redis","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/arunesh90/http-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunesh90%2Fhttp-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunesh90%2Fhttp-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunesh90%2Fhttp-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunesh90%2Fhttp-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arunesh90","download_url":"https://codeload.github.com/arunesh90/http-redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunesh90%2Fhttp-redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28498945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api","brotli","compression","docker","http","keydb","redis","typescript"],"created_at":"2026-01-17T05:22:23.371Z","updated_at":"2026-01-17T05:22:23.948Z","avatar_url":"https://github.com/arunesh90.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eHTTP Redis API\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/top/arunesh90/http-redis.svg\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/arunesh90/http-redis.svg\" /\u003e\n  \u003cimg src=\"https://img.shields.io/docker/cloud/automated/arunesh90/http-redis.svg\" /\u003e\n  \u003cimg src=\"https://img.shields.io/docker/cloud/build/arunesh90/http-redis.svg\" /\u003e\n  \u003cimg src=\"https://images.microbadger.com/badges/image/arunesh90/http-redis.svg\" /\u003e\n\u003c/p\u003e\n\n\u003e Simple HTTP API server for a Redis instance, with built-in compression.\n\n## Install \u0026 Usage\n\n#### Environment variables: \n* `REDIS_PORT` (optional): Port of your Redis instance\n* `REDIS_HOST` (optional): Hostname/ip of your Redis instance\n* `REDIS_PASS` (optional): Password of your Redis instance\n* `APP_PORT` (optional): App port\n* `AUTH_KEY` (optional): Requires all requests to have the `AUTH_KEY` value set on the `Authorization` header\n\n```sh\n\ncurl -X POST '127.0.0.1:8080/api/set/test' \\\n--header 'Content-Type: application/json' \\\n--data '{\n  \"value\": \"test\",\n  \"compression\": \"brotli\"\n}'\n# OK\n\ncurl '127.0.0.1:8080/api/get/test'\n# {\n#   \"found\": true,\n#   \"compression\": \"brotli\",\n#   \"value\": \"test\"\n# }\n```\n\n### Docker\n```sh\ndocker pull arunesh90/http-redis\n\ndocker create arunesh90/http-redis \\\n  -p 80:80 \\\n  # Optional options\n  -e REDIS_PORT=\"6379\" \\\n  -e REDIS_HOST=\"127.0.0.1\" \\\n  -e REDIS_PASS=\"\" \\\n  -e APP_PORT=\"8080\"\n\n```\n\n## Author\n\n👤 **Arunesh**\n\n* Twitter: [@arunesh90](https://twitter.com/arunesh90)\n* Github: [@arunesh90](https://github.com/arunesh90)\n* Discord: Pepe#9999 (97774439319486464)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunesh90%2Fhttp-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farunesh90%2Fhttp-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunesh90%2Fhttp-redis/lists"}