{"id":31711031,"url":"https://github.com/neymarsabin/sack","last_synced_at":"2026-04-18T05:34:08.298Z","repository":{"id":212044455,"uuid":"730567306","full_name":"neymarsabin/sack","owner":"neymarsabin","description":"In Memory key-value store.","archived":false,"fork":false,"pushed_at":"2024-01-12T07:19:17.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T00:55:07.184Z","etag":null,"topics":["database","key-value-store","memory","redis-client","sack"],"latest_commit_sha":null,"homepage":"","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/neymarsabin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-12T07:53:53.000Z","updated_at":"2023-12-19T14:36:34.000Z","dependencies_parsed_at":"2023-12-31T09:28:57.378Z","dependency_job_id":"db33f94d-c817-4096-b3f9-9de0ccd8d69f","html_url":"https://github.com/neymarsabin/sack","commit_stats":null,"previous_names":["neymarsabin/sack"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/neymarsabin/sack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neymarsabin%2Fsack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neymarsabin%2Fsack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neymarsabin%2Fsack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neymarsabin%2Fsack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neymarsabin","download_url":"https://codeload.github.com/neymarsabin/sack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neymarsabin%2Fsack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31957660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["database","key-value-store","memory","redis-client","sack"],"created_at":"2025-10-09T00:53:03.225Z","updated_at":"2026-04-18T05:34:08.274Z","avatar_url":"https://github.com/neymarsabin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sack\nAn in-memory key/value store that can be used with clients that supports redis. This is not a production ready application but more like redis. This is me doing some heavy stuffs in Golang :) \n\n# Installation Instructions\nNew released version is pushed to dockerhub with tags. Just pull that image from dockerhub and run the container.\n\n``` sh\ndocker pull neymarsabin/sack:latest\ndocker run -p 6379:6379 neymarsabin/sack:latest\n```\nThe port exposed is *6379*, so make sure you have the redis server stopped. You can use the redis-cli to connect to `sackDB` server. \n\n# Supported Commands\nOnly basic commands supported at the moment. \n - SET -\u003e set a key and value \n ```sh \n SET name neymar\n ```\n - GET -\u003e get a value when key passed as arguments\n ```sh\n GET name \n ```\n - HSET -\u003e set a key to object value\n ```sh\n HSET users u1 neymar\n HSET users u1 sabin\n ```\n*`HSET` does not support nested objects at the moment.*\n - HGET -\u003e get value from the objects\n ```sh\n HGET users u1\n HGET users u2\n ```\n \n More commands and optimizations are on the way. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneymarsabin%2Fsack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneymarsabin%2Fsack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneymarsabin%2Fsack/lists"}