{"id":15321854,"url":"https://github.com/codehakase/go-redis-imp","last_synced_at":"2025-04-06T04:17:04.339Z","repository":{"id":86392083,"uuid":"121850937","full_name":"codehakase/go-redis-imp","owner":"codehakase","description":"A simple implementation of Redis key value storage in Go ","archived":false,"fork":false,"pushed_at":"2018-02-17T12:25:02.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T10:18:29.411Z","etag":null,"topics":[],"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/codehakase.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-17T11:47:22.000Z","updated_at":"2022-03-22T14:26:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1ce5333-647a-49d5-89bc-7488c0be8907","html_url":"https://github.com/codehakase/go-redis-imp","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"26930d843cb0dd3626e449ecd79dbbf9d4a1549f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehakase%2Fgo-redis-imp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehakase%2Fgo-redis-imp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehakase%2Fgo-redis-imp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehakase%2Fgo-redis-imp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codehakase","download_url":"https://codeload.github.com/codehakase/go-redis-imp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430966,"owners_count":20937875,"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":[],"created_at":"2024-10-01T09:13:17.114Z","updated_at":"2025-04-06T04:17:04.115Z","avatar_url":"https://github.com/codehakase.png","language":"Go","readme":"# go-redis-imp\nA simple implementation of Redis key value storage in Go\n\n## WORK IN PROGRESS\nAt this point, this is just a program I spinned off in an evening. It basically implements the basics operations on Redis (GET, SET, DELETE).\n\n## Why?\nIf nothing else, this code helps me understand Redis better.\n\n## Run this\n```shell\n$ git clone https://github.com/codehakase/go-redis-imp $GOPATH/src/github.com/go-redis-imp\n\n$ cd $GOPATH/src/go-redis-imp\n\n$ go build\n\n$ ./go-redis-imp\n.... some debugging crap ...\n\n```\n\nOn another terminal connect via telnet\n```shell\n$ telnet localhost 1234\n```\n\nRun basic redis commands:\n```$\nSET alias codehakase\n\nGET alias\n\n...-\u003e codehakase\n\nDEL alias\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehakase%2Fgo-redis-imp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodehakase%2Fgo-redis-imp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehakase%2Fgo-redis-imp/lists"}