{"id":16306644,"url":"https://github.com/soh335/go-test-redisserver","last_synced_at":"2025-10-25T14:30:57.951Z","repository":{"id":13535587,"uuid":"16227130","full_name":"soh335/go-test-redisserver","owner":"soh335","description":"redis-server runner for tests.","archived":false,"fork":false,"pushed_at":"2019-09-21T15:53:48.000Z","size":22,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T07:40:35.605Z","etag":null,"topics":["golang","redis","testing"],"latest_commit_sha":null,"homepage":null,"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/soh335.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":"2014-01-25T07:59:00.000Z","updated_at":"2019-09-21T15:17:09.000Z","dependencies_parsed_at":"2022-08-31T08:40:45.358Z","dependency_job_id":null,"html_url":"https://github.com/soh335/go-test-redisserver","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soh335%2Fgo-test-redisserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soh335%2Fgo-test-redisserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soh335%2Fgo-test-redisserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soh335%2Fgo-test-redisserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soh335","download_url":"https://codeload.github.com/soh335/go-test-redisserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238155516,"owners_count":19425731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["golang","redis","testing"],"created_at":"2024-10-10T21:11:14.530Z","updated_at":"2025-10-25T14:30:52.610Z","avatar_url":"https://github.com/soh335.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-test-redisserver\n\n[![wercker status](https://app.wercker.com/status/4d86265b7931cc35d0fbca3266df6815/s/master \"wercker status\")](https://app.wercker.com/project/bykey/4d86265b7931cc35d0fbca3266df6815)\n[![GoDoc](https://godoc.org/github.com/soh335/go-test-redisserver?status.svg)](https://godoc.org/github.com/soh335/go-test-redisserver)\n\nredis-server runner for tests. ```go-test-redisserver``` is a port of [Test::RedisServer](https://github.com/typester/Test-RedisServer).\n\n## USAGE\n\n```go\npackage main\n\nimport (\n        \"github.com/soh335/go-test-redisserver\"\n        \"github.com/garyburd/redigo/redis\"\n)\n\nfunc main() {\n        s, err := redistest.NewServer(true, nil)\n        if err != nil {\n                panic(err)\n        }\n        defer s.Stop()\n        conn, err := redis.Dial(\"unix\", s.Config[\"unixsocket\"])\n        if err != nil {\n                panic(err)\n        }\n        _, err = conn.Do(\"PING\")\n        if err != nil {\n                panic(err)\n        }\n}\n```\n\n## LICENSE\n\n* MIT\n\n## SEE ALSO\n\n* [Test::RedisServer](https://github.com/typester/Test-RedisServer)\n* [go-test-mysqld](https://github.com/lestrrat/go-test-mysqld)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoh335%2Fgo-test-redisserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoh335%2Fgo-test-redisserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoh335%2Fgo-test-redisserver/lists"}