{"id":22100083,"url":"https://github.com/febytanzil/gocache","last_synced_at":"2026-05-18T03:31:54.109Z","repository":{"id":57505950,"uuid":"232036715","full_name":"febytanzil/gocache","owner":"febytanzil","description":"imdb cache wrapper written in golang","archived":false,"fork":false,"pushed_at":"2021-11-02T12:52:22.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T08:48:31.875Z","etag":null,"topics":["adapter","cache","golang","imdb","redigo","redis","redis-cache","redis-client","redis-database","redis-module"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/febytanzil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-06T06:16:58.000Z","updated_at":"2020-07-06T06:39:52.000Z","dependencies_parsed_at":"2022-09-26T16:30:41.065Z","dependency_job_id":null,"html_url":"https://github.com/febytanzil/gocache","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febytanzil%2Fgocache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febytanzil%2Fgocache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febytanzil%2Fgocache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febytanzil%2Fgocache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/febytanzil","download_url":"https://codeload.github.com/febytanzil/gocache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245195916,"owners_count":20575936,"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":["adapter","cache","golang","imdb","redigo","redis","redis-cache","redis-client","redis-database","redis-module"],"created_at":"2024-12-01T05:11:50.835Z","updated_at":"2026-05-18T03:31:49.070Z","avatar_url":"https://github.com/febytanzil.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gocache\nwrapper for all (to-be) kinds of imdb memory cache\n\n## Supported providers\n- Redis\n\n## Install\n```bash\n$ go get github.com/febytanzil/gocache\n```\n\n## Usage\n```go\npackage main\n\nimport (\n    \"github.com/febytanzil/gocache/redis\"\n    \"time\"\n)\n\nfunc main() {\n    basicRedis := redis.NewBasic(\"127.0.0.1:6379\", redis.WithConnection(30, 10, 60*time.Second))\n    \n    err := basicRedis.Set(\"key\", \"value\", 60*time.Second)\n    if nil != err {\n    \t// handle the error\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffebytanzil%2Fgocache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffebytanzil%2Fgocache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffebytanzil%2Fgocache/lists"}