{"id":53624,"library":"quasoft-memstore","title":"memstore","description":"Package memstore provides an in-memory key-value store with optional expiration and persistence.","status":"active","version":"0.0.0-20191010062613-2bce066d2b0b","language":"go","source_language":null,"source_url":"https://github.com/quasoft/memstore","tags":["cache","key-value","in-memory","store"],"install":[{"cmd":"go get github.com/quasoft/memstore","lang":"bash","label":"Install github.com/quasoft/memstore"}],"dependencies":[],"imports":[{"symbol":"memstore","correct":"github.com/quasoft/memstore"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/quasoft/memstore\"\n)\n\nfunc main() {\n\tstore := memstore.New()\n\tstore.Set(\"key\", \"value\", 0)\n\tval, _ := store.Get(\"key\")\n\tfmt.Println(val)\n}","lang":"go","description":"Create a new in-memory store, set a key-value pair, and retrieve it."},"warnings":[],"env_vars":null,"search_vec":"'cach':18 'expir':15 'in-memori':6,22 'key':10,20 'key-valu':9,19 'memori':8,24 'memstor':1,3 'option':14 'packag':2 'persist':17 'provid':4 'store':12,25 'valu':11,21","created_at":"2026-06-15T07:48:17.225441+00:00","updated_at":"2026-06-15T07:48:17.225441+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/quasoft/memstore","github":"https://github.com/quasoft/memstore","docs":"https://pkg.go.dev/github.com/quasoft/memstore#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}}