{"id":37157465,"url":"https://github.com/nussjustin/resp","last_synced_at":"2026-01-14T18:46:55.007Z","repository":{"id":57481286,"uuid":"147374451","full_name":"nussjustin/resp","owner":"nussjustin","description":"Fast Redis protocol parser package for Go.","archived":true,"fork":false,"pushed_at":"2019-07-06T17:00:17.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-17T12:17:08.611Z","etag":null,"topics":["performance","protocol","redis","redis-client","redis-server","resp"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nussjustin.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":"2018-09-04T16:18:50.000Z","updated_at":"2023-01-28T13:42:50.000Z","dependencies_parsed_at":"2022-09-26T17:50:43.729Z","dependency_job_id":null,"html_url":"https://github.com/nussjustin/resp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nussjustin/resp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nussjustin%2Fresp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nussjustin%2Fresp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nussjustin%2Fresp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nussjustin%2Fresp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nussjustin","download_url":"https://codeload.github.com/nussjustin/resp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nussjustin%2Fresp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28430895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"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":["performance","protocol","redis","redis-client","redis-server","resp"],"created_at":"2026-01-14T18:46:54.153Z","updated_at":"2026-01-14T18:46:55.003Z","avatar_url":"https://github.com/nussjustin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# resp\n\u003e Fast Redis protocol reader and writer for Go.\n\n[![GoDoc](https://godoc.org/github.com/nussjustin/resp?status.svg)](https://godoc.org/github.com/nussjustin/resp)\n[![Build Status](https://travis-ci.org/nussjustin/resp.svg?branch=master)](https://travis-ci.org/nussjustin/resp)\n[![Go Report Card](https://goreportcard.com/badge/github.com/nussjustin/resp)](https://goreportcard.com/report/github.com/nussjustin/resp)\n[![codecov](https://codecov.io/gh/nussjustin/resp/branch/master/graph/badge.svg)](https://codecov.io/gh/nussjustin/resp)\n\nThis is a small package that provides fast reader and writer types for the\n[REdis Serialization Protocol](https://redis.io/topics/protocol) (short RESP).\n\n## Installation\n\n```sh\ngo get -u github.com/nussjustin/resp\n```\n\n## Testing\n\nTo run all unit tests, just call `go test`:\n\n```sh\ngo test\n```\n\nIf you want to run integration tests you need to pass the `integration` tag to `go test`:\n\n```sh\ngo test -tags integration\n```\n\nBy default integration tests will try to connect to a Redis instance on `127.0.0.1:6379`.\n\nIf your instance has a non-default config, you can use the `REDIS_HOST` environment variable, to override the address:\n\n```sh\nREDIS_HOST=127.0.0.1:6380   go test -tags integration # different port\nREDIS_HOST=192.168.0.1:6380 go test -tags integration # different host\nREDIS_HOST=/tmp/redis.sock  go test -tags integration # unix socket\n```\n\nNote: If you want to test using a unix socket, make sure that the path to the socket starts with a slash,\nfor example `/tmp/redis.sock`.\n\n## Release History\n\n* 0.1.0\n    * Initial release\n\n## Meta\n\nJustin Nuß – [@nussjustin](https://twitter.com/nussjustin)\n\nDistributed under the MIT license. See ``LICENSE`` for more information.\n\n[https://github.com/nussjustin/resp](https://github.com/nussjustin/)\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/nussjustin/resp/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnussjustin%2Fresp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnussjustin%2Fresp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnussjustin%2Fresp/lists"}