{"id":52355,"library":"ssdb-gossdb","title":"GoSSDB","description":"GoSSDB is a Go client library for SSDB, a high-performance NoSQL database.","status":"active","version":"0.0.0-20180723034631-88f6b59b84ec","language":"go","source_language":null,"source_url":"https://github.com/ssdb/gossdb","tags":["ssdb","nosql","database","client"],"install":[{"cmd":"go get github.com/ssdb/gossdb","lang":"bash","label":"Install github.com/ssdb/gossdb"}],"dependencies":[],"imports":[{"symbol":"gossdb","correct":"github.com/ssdb/gossdb"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ssdb/gossdb\"\n)\n\nfunc main() {\n\tclient, err := gossdb.NewClient(&gossdb.Config{Host: \"127.0.0.1\", Port: 8888})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer client.Close()\n\terr = client.Set(\"key\", \"value\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tval, err := client.Get(\"key\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(val)\n}","lang":"go","description":"Connects to SSDB, sets a key-value pair, and retrieves it."},"warnings":[],"env_vars":null,"search_vec":"'client':6,19 'databas':15,18 'go':5 'gossdb':1,2 'high':12 'high-perform':11 'librari':7 'nosql':14,17 'perform':13 'ssdb':9,16","created_at":"2026-06-15T06:51:33.833875+00:00","updated_at":"2026-06-15T06:51:33.833875+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/ssdb/gossdb","github":"https://github.com/ssdb/gossdb","docs":"https://pkg.go.dev/github.com/ssdb/gossdb#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"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}}