{"id":52761,"library":"stvp-tempredis","title":"TempRedis","description":"A Go package for starting and stopping temporary Redis servers for testing.","status":"active","version":"0.0.0-20231107154819-8a695b693b9c","language":"go","source_language":null,"source_url":"https://github.com/stvp/tempredis","tags":["redis","testing","temporary","server"],"install":[{"cmd":"go get github.com/stvp/tempredis","lang":"bash","label":"Install github.com/stvp/tempredis"}],"dependencies":[],"imports":[{"symbol":"tempredis","correct":"github.com/stvp/tempredis"}],"quickstart":{"code":"package main\n\nimport (\n\t\"log\"\n\t\"github.com/stvp/tempredis\"\n)\n\nfunc main() {\n\tserver, err := tempredis.Start(tempredis.Config{})\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tdefer server.Term()\n\tlog.Println(\"TempRedis started on\", server.Socket())\n}","lang":"go","description":"Start a temporary Redis server for testing."},"warnings":[],"env_vars":null,"search_vec":"'go':3 'packag':4 'redi':10,14 'server':11,17 'start':6 'stop':8 'temporari':9,16 'tempredi':1 'test':13,15","created_at":"2026-06-15T07:10:51.945776+00:00","updated_at":"2026-06-15T07:10:51.945776+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/stvp/tempredis","github":"https://github.com/stvp/tempredis","docs":"https://pkg.go.dev/github.com/stvp/tempredis#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}